From 1bb4a667dad5109024b0c2124f6a50a67bef2650 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Thu, 14 Dec 2023 11:53:05 +1100 Subject: [PATCH] Move banner to orignal postion at the bottom of page --- app/webpacker/css/admin/terms_of_service_banner.scss | 2 +- app/webpacker/css/admin_v3/terms_of_service_banner.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/webpacker/css/admin/terms_of_service_banner.scss b/app/webpacker/css/admin/terms_of_service_banner.scss index 52bed94d6e..ca23f9b763 100644 --- a/app/webpacker/css/admin/terms_of_service_banner.scss +++ b/app/webpacker/css/admin/terms_of_service_banner.scss @@ -1,6 +1,6 @@ #banner-container { position: fixed; - bottom: 50px; + bottom: 0px; left: 0; width: 100%; z-index: $tos-banner-z-index; diff --git a/app/webpacker/css/admin_v3/terms_of_service_banner.scss b/app/webpacker/css/admin_v3/terms_of_service_banner.scss index da8c555498..70daaebb4d 100644 --- a/app/webpacker/css/admin_v3/terms_of_service_banner.scss +++ b/app/webpacker/css/admin_v3/terms_of_service_banner.scss @@ -1,6 +1,6 @@ #banner-container { position: fixed; - bottom: 50px; + bottom: 0px; left: 0; width: 100%; z-index: $tos-banner-z-index;