Quellcode durchsuchen

Snow falling to the bottom fix

Owen Diffey vor 7 Jahren
Ursprung
Commit
b3c6129c91
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      frontend/build/index.tpl.html

+ 3 - 2
frontend/build/index.tpl.html

@@ -59,8 +59,9 @@
 
 .winter-is-coming {
   overflow: hidden;
-  position: absolute;
-  top: 0;
+  position: fixed;
+  padding: 0;
+  margin: 0;
   height: 100%;
   width: 100%;
   max-width: 100%;