]> gitweb.ps.run Git - lolstats/blobdiff - html/style.css
changes
[lolstats] / html / style.css
index dc31ed556bf293af574164236522dcbf682485cf..b012d2216b44758541fa141e5ded86b5bbb8027f 100644 (file)
@@ -1,11 +1,13 @@
 body {
   font-family: 'Noto Sans SC', sans-serif;
   font-weight: bold;
-  background-color: black;
-  width: 100%;
-  height: 100%;
   padding: 0px;
   margin: 0px;
+}
+#background {
+  position: fixed;
+  width: 100%;
+  height: 100%;
   background-color: rgb(200, 50, 50);
   box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset;
 }
@@ -143,12 +145,13 @@ button {
 #matchhistory, #stats {
   position: absolute;
   width: calc(100% - 20px);
-  height: calc(100% - 90px - 10px);
-  left: 10px;
-  top: 90px;
+  min-height: calc(100% - 90px - 10px);
+  margin: 10px;
+  top: 80px;
   background-color: white;
   border-radius: 5px;
   text-align: center;  
+  overflow: visible;
 }
 .bottom-right {
   position: absolute;