mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 23:07:56 +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;
|
max-width: 560px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: sticky;
|
position: fixed;
|
||||||
transition: all .2s ease-out;
|
transition: all .2s ease-out;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
|
|
Loading…
Reference in a new issue