diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index 0e8b9341..85c751d3 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -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 */