mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46: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;
|
min-width: $cell;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
max-height: calc(100vh - 75px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
& > div:nth-child(2) {
|
& > div:nth-child(2) {
|
||||||
border-top-left-radius: $dialog_radius;
|
border-top-left-radius: $dialog_radius;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue