1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed better scroll dialog's max-height

This commit is contained in:
Fedor Katurov 2020-09-09 13:35:42 +07:00
parent 2e0332218b
commit ae0e9e2bb1

View file

@ -21,8 +21,10 @@
min-width: $cell;
max-width: 400px;
max-height: 100%;
max-height: calc(100vh - 75px);
width: 100%;
position: relative;
box-sizing: border-box;
& > div:nth-child(2) {
border-top-left-radius: $dialog_radius;