Fix css error mobile iphone

This commit is contained in:
hiromipaw 2018-02-21 19:22:00 +01:00
parent f1f868704a
commit 05c8973dbd
4 changed files with 2 additions and 4 deletions

View File

@ -537,7 +537,6 @@ a.side-nav.active {
display: block; display: block;
width:100%; width:100%;
position: sticky; position: sticky;
top: 114px;
padding-top: inherit; padding-top: inherit;
} }

View File

@ -6919,7 +6919,6 @@ a.side-nav.active {
display: block; display: block;
width: 100%; width: 100%;
position: sticky; position: sticky;
top: 114px;
padding-top: inherit; } } padding-top: inherit; } }
/* Support Portal Styles /* Support Portal Styles
* *

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<div class="container-fluid sidebar col-xs-12 col-sm-12 col-md-4 col-lg-4"> <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"> <a class="text-primary bg-white font-weight-bold navbar-brand" href="#collapseTopicsNav">
Topics Topics
</a> </a>