fix bottom nav
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 55px;
|
||||
/* margin-bottom: 50px; important for bottom nav in mobile */
|
||||
margin-bottom: 50px; /*important for bottom nav in mobile */
|
||||
background: #e95420;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
/* important for bottom nav in mobile */
|
||||
/* .agent-bottom-nav::after {
|
||||
.agent-bottom-nav::after {
|
||||
content: "";
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
@@ -76,7 +76,7 @@
|
||||
height: 50px;
|
||||
background: black;
|
||||
z-index: -1;
|
||||
} */
|
||||
}
|
||||
.agent-bottom-link {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
@@ -124,7 +124,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Some content -->
|
||||
<div style="margin-top:40px; padding:15px;"></div>
|
||||
<div style="margin-top:80px; padding:15px;"></div>
|
||||
|
||||
<!-- Bottom Navigation -->
|
||||
<?php if(isset($_SESSION) && !empty($_SESSION['user_id'])){ ?>
|
||||
|
||||
Reference in New Issue
Block a user