mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Remove gap between header and content on site reloads
This commit is contained in:
parent
9bff4dd83b
commit
2156eb1a8c
@ -24,7 +24,7 @@ html {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 4em;
|
top: 3em;
|
||||||
width: 12em;
|
width: 12em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ html {
|
|||||||
left: 12em;
|
left: 12em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 4em;
|
top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iframe {
|
.iframe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user