Skip to content

Commit

Permalink
Fixed #2137 - ScrollPanel Bars visible with Browser Zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 27, 2022
1 parent 2e52402 commit 35664dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/scrollpanel/ScrollPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ export default {
position: relative;
overflow: scroll;
box-sizing: border-box;
scrollbar-width: none;
}
.p-scrollpanel-content::-webkit-scrollbar {
display: none;
}
.p-scrollpanel-bar {
Expand Down

0 comments on commit 35664dc

Please sign in to comment.