proper horizontal limit

This commit is contained in:
Henry Jameson 2022-06-21 01:05:42 +03:00
parent af98bc2973
commit 78ced0c901
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
z-index: 90000;
position: fixed;
min-width: 0;
max-width: 90vw;
max-width: calc(100vw - 20px);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);
}