Skip to content

Commit

Permalink
fix: scroll aside sticky correct
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander committed Nov 24, 2023
1 parent 10d1012 commit 4de92f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AsideHeader/AsideHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $block: '.#{variables.$ns}aside-header';

&__aside {
position: sticky;
top: 0;
top: var(--gn-aside-top-panel-height);
left: 0;
height: 100vh;
width: inherit;
Expand Down

0 comments on commit 4de92f7

Please sign in to comment.