Skip to content

Commit eb8e257

Browse files
author
DerGoogler
committed
hide scrollbar
1 parent 59ad117 commit eb8e257

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/components/Dialog.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ defineProps([
5555
.modal-content {
5656
overflow: scroll;
5757
height: inherit;
58+
-ms-overflow-style: none;
59+
scrollbar-width: none;
60+
}
61+
62+
.modal-content::-webkit-scrollbar {
63+
display: none;
5864
}
5965
6066
.modal-container {

0 commit comments

Comments
 (0)