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:
parent
2e0332218b
commit
ae0e9e2bb1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue