mirror of
https://github.com/torproject/support.git
synced 2024-11-27 19:30:36 +00:00
Fix css error mobile iphone
This commit is contained in:
parent
f1f868704a
commit
05c8973dbd
@ -537,7 +537,6 @@ a.side-nav.active {
|
||||
display: block;
|
||||
width:100%;
|
||||
position: sticky;
|
||||
top: 114px;
|
||||
padding-top: inherit;
|
||||
}
|
||||
|
||||
|
1
assets/static/bootstrap.css
vendored
1
assets/static/bootstrap.css
vendored
@ -6919,7 +6919,6 @@ a.side-nav.active {
|
||||
display: block;
|
||||
width: 100%;
|
||||
position: sticky;
|
||||
top: 114px;
|
||||
padding-top: inherit; } }
|
||||
/* Support Portal Styles
|
||||
*
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
<div class="container-fluid sidebar col-xs-12 col-sm-12 col-md-4 col-lg-4">
|
||||
<nav class="smalltopics no-background navbar navbar-expand-lg navbar-light bg-white p-0 sticky">
|
||||
<nav class="smalltopics no-background navbar navbar-expand-lg navbar-light bg-white p-0 fixed">
|
||||
<a class="text-primary bg-white font-weight-bold navbar-brand" href="#collapseTopicsNav">
|
||||
Topics
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user