Skip to content

Commit

Permalink
Update header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 21, 2024
1 parent 1f66c40 commit 1baf7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.header {
position: sticky !important;
top: 0;
z-index: 101;
z-index: 1400;
}

.menu {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: -webkit-sticky !important;
position: sticky !important;
top: 0;
z-index: 101;
z-index: 1400;
}

.menu {
Expand Down

0 comments on commit 1baf7c7

Please sign in to comment.