Skip to content

Commit

Permalink
2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Nachbauer committed Oct 9, 2024
1 parent 89a300e commit c925524
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hsc-theme",
"version": "2.10.5",
"version": "2.10.6",
"scripts": {
"build": "gulp"
},
Expand Down
5 changes: 3 additions & 2 deletions assets/sass/child-theme/navigation-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

.hsc-header-nav-mobile-container {
position: fixed;
position: relative;
background-color: variables.$color-blue-dark;
display: grid;
grid-template-columns: auto 50px 50px;
Expand Down Expand Up @@ -101,7 +101,7 @@

.hsc--menu-overlay {
position: fixed;
top: $mobile-menu-height;
top: 0;
left: 0;
width: 100%;
height: 100%;
Expand All @@ -113,6 +113,7 @@
transition: transform 0.4s ease; /* Define your transition for the transform property */
will-change: transform; /* Optimizes for animations */
backdrop-filter: blur(24px);
padding-top: $mobile-menu-height;

&.active {
transform: translateY(0px);
Expand Down
Loading

0 comments on commit c925524

Please sign in to comment.