Fix max-width to fit the new margin

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-04-10 21:34:51 +02:00
parent 2887b9bdab
commit 85cb130510
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ table.multiselect thead {
@media only screen and (max-width: 480px) {
#header .header-right .menu {
max-width: calc(100vw - 26px);
max-width: calc(100vw - 10px);
position: fixed;
&::after {
display: none !important;