Skip to content

Commit afd8d91

Browse files
revert some changes because they're likely causing some bugs
1 parent 3396a79 commit afd8d91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/menu/menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
.submenu > .menu {
7272
position: relative;
73-
overflow-y: scroll -moz-scrollbars-vertical;
73+
overflow-y: scroll;
7474
overflow-x: hidden;
7575
scrollbar-color: #fff $motion-primary;
7676
border-radius: 8px;

src/components/tw-settings-modal/settings-modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
padding: 1.5rem 2.25rem;
1010
min-height: 150px;
1111
max-height: calc(100vh - 250px);
12-
overflow-y: scroll -moz-scrollbars-vertical;
12+
overflow-y: scroll;
1313
}
1414
[theme="dark"] .body {
1515
color: $text-primary;

0 commit comments

Comments
 (0)