Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSleepDevil <55879038+SleepDevil@users.noreply.github.com>2021-11-29 18:42:10 +0300
committerGitHub <noreply@github.com>2021-11-29 18:42:10 +0300
commitadefef8bc638ace1d48a7ce5e75f8c2d9e3e53b3 (patch)
tree15866736450a3d58c1da3b2876f8e8c215b2a883
parent27ba8bbd6489226679c94548fb1429b71771fba8 (diff)
fix: make header width to 100vw to avoid change when scroll bar appears (#351)
-rw-r--r--assets/scss/layout/_header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/layout/_header.scss b/assets/scss/layout/_header.scss
index ef436a8..df154a3 100644
--- a/assets/scss/layout/_header.scss
+++ b/assets/scss/layout/_header.scss
@@ -5,7 +5,7 @@
@if ($headerLayoutFlex) {
.header {
position: fixed;
- width: 100%;
+ width: 100vw;
}
.header-wrapper {
padding: 1em 0;