[tor-commits] [lego/develop] Remove horizontal scrolling bug

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:25 UTC 2020


commit eb1375724d650cada738fcb8323d768cdc3b19c7
Author: hiro <hiro at torproject.org>
Date:   Tue Oct 29 14:18:09 2019 +0100

    Remove horizontal scrolling bug
---
 assets/scss/_eoy.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assets/scss/_eoy.scss b/assets/scss/_eoy.scss
index 7845643..b374932 100644
--- a/assets/scss/_eoy.scss
+++ b/assets/scss/_eoy.scss
@@ -19,6 +19,7 @@
 .banner {
   background-color: #000000;
   z-index: 100000000000000 !important;
+  overflow-x: hidden;
 }
 
 .footer__close {





More information about the tor-commits mailing list