Changed scroll to auto for some UI elements. (#20294)

Addition to: Show scrollbar when necessary #20142
Fixes the "empty" scrollbars with Firefox.
This commit is contained in:
KN4CK3R 2022-07-10 14:58:26 +02:00 committed by GitHub
parent 9f3906b2a3
commit e24b0fc7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -170,5 +170,5 @@
}
#notification_div .tab.segment {
overflow-x: scroll;
overflow-x: auto;
}