mirror of
https://github.com/knadh/listmonk.git
synced 2025-03-02 01:05:25 +08:00
Fix Buefy UI modal breaking body and sidebar scroll.
This commit is contained in:
parent
71fd71d18c
commit
2ed54b8609
1 changed files with 4 additions and 2 deletions
|
@ -170,8 +170,10 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix for sidebar jumping on modals */
|
/* Fix for sidebar jumping on modals */
|
||||||
body.is-noscroll .b-sidebar {
|
body.is-noscroll {
|
||||||
top: 26px;
|
position: static;
|
||||||
|
overflow-y: visible;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Global notices */
|
/* Global notices */
|
||||||
|
|
Loading…
Reference in a new issue