mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
The Safari fix "position: sticky;" breaks Firefox and Chrome
This commit is contained in:
parent
35bce8cf62
commit
617dd995b5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ dialog {
|
|||
max-width: 560px;
|
||||
overflow: auto;
|
||||
padding: 0;
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
transition: all .2s ease-out;
|
||||
top: 0;
|
||||
width: calc(100% - 20px);
|
||||
|
|
Loading…
Reference in a new issue