1
1
Fork 0
mirror of https://github.com/knadh/listmonk.git synced 2025-03-01 16:55:26 +08:00

Fix Buefy UI modal breaking body and sidebar scroll.

This commit is contained in:
Kailash Nadh 2021-09-19 14:26:37 +05:30
parent 71fd71d18c
commit 2ed54b8609

View file

@ -170,8 +170,10 @@ section {
}
/* Fix for sidebar jumping on modals */
body.is-noscroll .b-sidebar {
top: 26px;
body.is-noscroll {
position: static;
overflow-y: visible;
width: auto;
}
/* Global notices */