Move banner to orignal postion at the bottom of page

This commit is contained in:
Gaetan Craig-Riou
2023-12-14 11:53:05 +11:00
committed by Konrad
parent 772c641611
commit 1bb4a667da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#banner-container {
position: fixed;
bottom: 50px;
bottom: 0px;
left: 0;
width: 100%;
z-index: $tos-banner-z-index;

View File

@@ -1,6 +1,6 @@
#banner-container {
position: fixed;
bottom: 50px;
bottom: 0px;
left: 0;
width: 100%;
z-index: $tos-banner-z-index;