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

@@ -818,6 +818,15 @@ body.elementor-page > div[data-elementor-type=single-page] {
z-index: 999;
}
header {
background: #fff;
}
header.active {
position: sticky;
top: 0;
z-index: 999999;
}
.addon-btn-title {
margin: 0;
display: flex;
@@ -912,8 +921,7 @@ body.elementor-page > div[data-elementor-type=single-page] {
right: 0px;
left: auto;
top: 64px;
width: -moz-max-content;
width: max-content;
width: 100vw;
z-index: 1;
}
}