mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 10:27:46 +02:00
responsive.less: Prevent body from scrolling on mobile devices
This commit is contained in:
parent
7fa1c6014c
commit
66bc338286
@ -37,6 +37,14 @@
|
|||||||
html {
|
html {
|
||||||
font-family: 'minimal-layout';
|
font-family: 'minimal-layout';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.compact-layout {
|
#layout.compact-layout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user