Skip to content

Commit

Permalink
fix: make header width to 100vw to avoid change when scroll bar appea…
Browse files Browse the repository at this point in the history
…rs (#351)
  • Loading branch information
SleepDevil committed Nov 29, 2021
1 parent 27ba8bb commit adefef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@if ($headerLayoutFlex) {
.header {
position: fixed;
width: 100%;
width: 100vw;
}
.header-wrapper {
padding: 1em 0;
Expand Down

0 comments on commit adefef8

Please sign in to comment.