proper horizontal limit
This commit is contained in:
parent
af98bc2973
commit
78ced0c901
|
@ -46,7 +46,7 @@
|
||||||
z-index: 90000;
|
z-index: 90000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 90vw;
|
max-width: calc(100vw - 20px);
|
||||||
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
|
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: var(--popupShadow);
|
box-shadow: var(--popupShadow);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue