Skip to content

Commit

Permalink
Fixed mobile menu when news active
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 16, 2023
1 parent 49d6d1d commit d13bb20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/styles/layout/_news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
}
}


.layout-news-active {
.layout-topbar {
top: 2rem;
Expand Down
6 changes: 6 additions & 0 deletions assets/styles/layout/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
}
}

.layout-news-active {
.layout-sidebar {
top: 0;
}
}

.layout-mask {
background-color: rgba(0, 0, 0, 0.1);

Expand Down

0 comments on commit d13bb20

Please sign in to comment.