Skip to content

Commit

Permalink
fix: 隐藏弹窗滚动条
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 23, 2024
1 parent ed2a60a commit 4cfc273
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/feiyu/src/styles/scrollbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.arco-modal-wrapper {
scrollbar-width: none !important;
}

.arco-modal-wrapper::-webkit-scrollbar {
display: none !important;
}

.hide-scrollbar {
scrollbar-width: none !important;
}
Expand Down

0 comments on commit 4cfc273

Please sign in to comment.