CSS: Prevent footer from overlapping sidebar

This commit is contained in:
Florian Strohmaier 2022-03-10 15:31:52 +01:00
parent eeeca5a204
commit f1d79ffc66
2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,7 @@
#footer {
bottom: 0;
left: 0;
left: 12em;
right: 0;
position: fixed;
z-index: 999;
@ -208,10 +208,6 @@
padding: 0;
}
#layout:not(.minimal-layout) #notifications {
padding-left: 12em;
}
#notifications > li {
color: @text-color;
display: block;

View File

@ -68,7 +68,6 @@
color: @text-color-on-icinga-blue;
line-height: 1.5em;
padding: 0.5em 1em 0.5em 3em;
margin-left: 12em;
position: relative;