commit bc96ee58985e63529559653e14b42430ad972c10 Merge: e28f603 4238e9a Author: kez kez@torproject.org Date: Mon Oct 25 13:29:58 2021 -0700
Merge remote-tracking branch 'hackerncoder/support-86'
assets/scss/_tor.scss | 6 ++++++ assets/static/css/bootstrap.css | 6 ++++++ 2 files changed, 12 insertions(+)
diff --cc assets/static/css/bootstrap.css index 43a9cb7,81ea9a1..12f731f --- a/assets/static/css/bootstrap.css +++ b/assets/static/css/bootstrap.css @@@ -10081,9 -7969,14 +10081,15 @@@ size .no .sticky { position: sticky; top: 105px; - z-index: 999; } + z-index: 999; +}
+ @media (max-width: 991px) { + .d-sm-block .sticky { + position: static !important; + } + } + @media (max-width: 767px) { .mobile { display: block !important;