responsive.less: Don't show scrollbar in .minimal-layout when sidebar is collapsed

This commit is contained in:
Sukhwinder Dhillon 2025-06-17 14:57:17 +02:00
parent 092571a17b
commit 10ebb94a7d

View File

@ -70,8 +70,11 @@
#layout.minimal-layout {
#sidebar {
width: 100%;
&.expanded {
overflow: auto;
}
}
#header-logo-container {
width: auto;