CSS: Prevent footer from overlapping sidebar
This commit is contained in:
parent
eeeca5a204
commit
f1d79ffc66
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue