Header fix

This commit is contained in:
CHIEFSOFT\ameye
2025-01-01 10:54:54 -05:00
parent c8dc50e655
commit adb8676974
3 changed files with 36 additions and 18 deletions
+20
View File
@@ -3712,12 +3712,32 @@ p.video-txt-sm {
padding-top: 0px;
}
.merms-wrapper {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
/*z-index:100;*/
/*background-color: red;*/
height: 100px !important;
}
.merms-main {
z-index: 0;
position: relative;
/*background-color: #0b5ed7;*/
}
.header-wrapper {
position: fixed;
top: 0;
right: 0;
left: 0;
/*z-index: 1030;*/
z-index: 5;
background-color: yellow;
height: 100px !important;
}
.headerwp {