Fix bug top padding in desktop

This commit is contained in:
cyber-dream 2023-05-04 05:04:07 +03:00
parent 8b7dac3c60
commit 0b6507e52a

View File

@ -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%;