fix bottom nav

This commit is contained in:
ns77@siliconpin.com
2025-09-08 15:27:37 +00:00
parent a7141792f9
commit ed0741cbb2
3 changed files with 78 additions and 22 deletions

View File

@@ -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'])){ ?>