Fix bug top padding in desktop
This commit is contained in:
parent
8b7dac3c60
commit
0b6507e52a
@ -50,15 +50,22 @@ body{
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
#applications{
|
||||
position: static;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#windows-layer {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
/* position: fixed; */
|
||||
position: relative;
|
||||
position: static;
|
||||
}
|
||||
|
||||
#desktop-layer{
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
/* margin: 0px; */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user