mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
responsive.less: Don't show scrollbar in .minimal-layout
when sidebar is collapsed
This commit is contained in:
parent
092571a17b
commit
10ebb94a7d
@ -70,7 +70,10 @@
|
|||||||
#layout.minimal-layout {
|
#layout.minimal-layout {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
|
&.expanded {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-logo-container {
|
#header-logo-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user