Skip to content

Commit ac1b6cc

Browse files
Merge pull request ZoneMinder#4597 from IgorA100/patch-821079
Fix: Broken ".sidebar-footer" style (sidebar.css)
2 parents 350f6c7 + fbd96f9 commit ac1b6cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/skins/classic/css/base/sidebar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ div:not(.chosen-container-active) > .chosen-drop {
367367
}
368368

369369
.sidebar-main .sidebar-layout .sidebar-footer {
370-
height: auto;
371-
min-height: 0;
372-
margin: 20px 0;
370+
height: fit-content;
371+
min-height: unset;
372+
margin: 10px 0;
373373
}
374374
.layout-main .sidebar-main .footer-box {
375375
padding: 0;

0 commit comments

Comments
 (0)