[tor-commits] [lego/master] tpo/web/support#86: Make side static on md screens

kez at torproject.org kez at torproject.org
Mon Oct 25 20:43:57 UTC 2021


commit 3a49ea2a09dd5c3501804bf1b04824175202f94b
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date:   Sat Sep 4 13:11:10 2021 +0000

    tpo/web/support#86: Make side static on md screens
---
 assets/scss/_tor.scss | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss
index 5fe4408..b92f96a 100644
--- a/assets/scss/_tor.scss
+++ b/assets/scss/_tor.scss
@@ -715,10 +715,16 @@ table {
 // Sticky menu
 .sticky {
   position: sticky;
-  top: 70px;
+  top: 105px;
   z-index: 999;
 }
 
+ at include media-breakpoint-down(md) {
+  .d-sm-block .sticky {
+    position: static !important;
+  }
+}
+
 // Small devices (landscape phones, less than 768px)
 @include media-breakpoint-down(sm) {
     .mobile {





More information about the tor-commits mailing list