mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix: dialog/select layout broken in Safari
This commit is contained in:
parent
aed72f91ee
commit
0b657359fa
3 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
#V-PopupsCompose {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100% - 52px);
|
||||
height: calc(100vh - 52px);
|
||||
max-width: 1000px;
|
||||
width: 98%;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue