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; touch-action: manipulation;
} }
#applications{
position: static;
width: 0px;
height: 0px;
visibility: hidden;
}
#windows-layer { #windows-layer {
width: 0px; width: 0px;
height: 0px; height: 0px;
/* position: fixed; */ /* position: fixed; */
position: relative; position: static;
} }
#desktop-layer{ #desktop-layer{
position: absolute; position: fixed;
/* margin: 0px; */ /* margin: 0px; */
width: 100%; width: 100%;
height: 100%; height: 100%;