Skip to content

Commit

Permalink
refactor(site): fix events leak trough sidebar overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 19, 2024
1 parent 4d17353 commit 3bfecc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions site/src/presentation/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
max-height: 100svh;
z-index: 9;

pointer-events: none;
padding-top: var(--_header-height);

color: @nav-dark-fg;
Expand Down Expand Up @@ -42,7 +41,6 @@
}

&-container {
pointer-events: all;
width: auto;
flex: 1 1 auto;
transition: transform 0.5s ease-in-out;
Expand Down Expand Up @@ -109,7 +107,6 @@
}

&-scroll.esl-scrollbar {
pointer-events: all;
top: var(--_header-height);
@media (hover: hover) {
opacity: 0.4;
Expand Down

0 comments on commit 3bfecc3

Please sign in to comment.