mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-10 23:08:14 +00:00
hide scrolling artefact by increasing header width to 2px
This commit is contained in:
parent
2fc1a34678
commit
48d5f9b21c
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
||||
APP_SECRET=EDIT_ME
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
APP_VERSION=1.5.0
|
||||
APP_VERSION=1.5.1
|
||||
|
||||
APP_NAME=KevaChat
|
||||
|
||||
|
@ -44,7 +44,7 @@ header
|
||||
display: block;
|
||||
left: 0;
|
||||
margin: 0 auto;
|
||||
max-width: var(--container-max-width);
|
||||
max-width: calc(var(--container-max-width) + 2px);
|
||||
padding-top: 16px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user