mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
hotfix for bailey not scrolling (might reintroduce a double scrollbar), fixes #10461
This commit is contained in:
@@ -106,7 +106,7 @@ div
|
|||||||
|
|
||||||
/* @TODO: The modal-open class is not being removed. Let's try this for now */
|
/* @TODO: The modal-open class is not being removed. Let's try this for now */
|
||||||
.modal, .modal-open {
|
.modal, .modal-open {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-backdrop.show {
|
.modal-backdrop.show {
|
||||||
|
|||||||
Reference in New Issue
Block a user