diff --git a/resources/base.css b/resources/base.css index d4c0e62..405934a 100644 --- a/resources/base.css +++ b/resources/base.css @@ -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%;