This commit is contained in:
Roman Pyrih
2024-08-27 16:21:03 +02:00
parent a4c4b7f3c3
commit acd2dbf32c
4 changed files with 41 additions and 4 deletions

View File

@@ -989,6 +989,16 @@ body.elementor-page {
}
}
header {
background: #fff;
&.active {
position: sticky;
top: 0;
z-index: 999999;
}
}
.addon-btn-title {
margin: 0;
display: flex;
@@ -1126,7 +1136,7 @@ body.elementor-page {
right: 0px;
left: auto;
top: 64px;
width: max-content;
width: 100vw;
z-index: 1;
@media (max-width: 768px) {