Skip to content

Commit

Permalink
Merge pull request #423 from dump-hr/lucijs/make-header-clickable
Browse files Browse the repository at this point in the history
made header clickable
  • Loading branch information
lovretomic authored Nov 17, 2024
2 parents dfad254 + 47f9db4 commit 2e0b757
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.header {
width: calc(100% - 2 * 32px);
position: fixed;
pointer-events: none;
top: 32px;
left: 32px;
display: grid;
Expand Down Expand Up @@ -68,6 +69,7 @@

button {
margin-left: auto;
pointer-events: auto;
}

.hamburger {
Expand All @@ -82,6 +84,8 @@
top: 0;
left: 0;
width: 100%;
pointer-events: none;


.text:nth-of-type(2),
.button {
Expand All @@ -94,6 +98,7 @@

.hamburger {
display: block;
pointer-events: auto;
}
}
}

0 comments on commit 2e0b757

Please sign in to comment.