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 */ /* 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 */