Skip to content

Commit 83b7d60

Browse files
committed
Make overflows important
1 parent 2007e73 commit 83b7d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.content_c48ade {
22
margin-top: var(--custom-guild-list-width);
3-
overflow: visible;
3+
overflow: visible !important;
44
}
55

66
#app-mount {
77
.sidebar_c48ade {
88
border-radius: 0;
9-
overflow: visible;
9+
overflow: visible !important;
1010
}
1111

1212
.guilds_c48ade {

0 commit comments

Comments
 (0)