overflow: 'visible' -> 'hidden'

This commit is contained in:
0x1eef 2024-02-24 00:19:34 -03:00
parent 58477688b0
commit 573cb5ff4c
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ body .root .content.theme {
}
.scroll-y {
overflow-y: scroll;
overflow-y: scroll !important;
}
}

View file

@ -14,7 +14,7 @@ body .root .content.theme {
ul.body.stream {
scrollbar-gutter: stable;
overflow: visible;
overflow: hidden;
li.ayah {
padding: 10px 0 10px 0;