Skip to content

Commit 03b3051

Browse files
committed
Fix mobile/minimal layout layout (#5381)
fix #5386, fix #5023 (cherry picked from commit a545279)
1 parent 3447a62 commit 03b3051

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/css/icinga/responsive.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@
7070
#layout.minimal-layout {
7171
#sidebar {
7272
width: 100%;
73-
overflow: auto;
73+
74+
&.expanded {
75+
overflow: auto;
76+
height: 100%;
77+
}
7478
}
7579

7680
#header-logo-container {

0 commit comments

Comments
 (0)