Fix max-width to fit the new margin
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2887b9bdab
commit
85cb130510
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue