hide scrolling artefact by increasing header width to 2px

This commit is contained in:
ghost 2023-12-10 11:16:09 +02:00
parent 2fc1a34678
commit 48d5f9b21c
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME APP_SECRET=EDIT_ME
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###
APP_VERSION=1.5.0 APP_VERSION=1.5.1
APP_NAME=KevaChat APP_NAME=KevaChat

View File

@ -44,7 +44,7 @@ header
display: block; display: block;
left: 0; left: 0;
margin: 0 auto; margin: 0 auto;
max-width: var(--container-max-width); max-width: calc(var(--container-max-width) + 2px);
padding-top: 16px; padding-top: 16px;
position: fixed; position: fixed;
right: 0; right: 0;