mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
hotfix for bailey not scrolling (might reintroduce a double scrollbar), fixes #10461
This commit is contained in:
parent
34fb90455c
commit
fb95d001ab
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ div
|
|||
|
||||
/* @TODO: The modal-open class is not being removed. Let's try this for now */
|
||||
.modal, .modal-open {
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.modal-backdrop.show {
|
||||
|
|
|
|||
Loading…
Reference in a new issue