limit width of popover to slightly lesser than screen width

This commit is contained in:
Henry Jameson 2022-06-15 04:03:18 +03:00
parent b343599e6f
commit 770d12f7ad
1 changed files with 1 additions and 0 deletions

View File

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