This commit is contained in:
2021-11-29 18:47:26 +01:00
parent 53f463c13a
commit b115342cac
6 changed files with 79 additions and 17 deletions

View File

@@ -26,9 +26,18 @@
}
#content {
position: fixed;
height: 100%;
min-height: 100%;
width: 100%;
height: 100%;
z-index: -1;
position: absolute;
top: 101%;
left: 0;
right: 0;
background-color: #121212;
}
#down {
z-index: 1;
position: relative;
}