The Safari fix "position: sticky;" breaks Firefox and Chrome

This commit is contained in:
djmaze 2021-12-03 00:43:48 +01:00
parent 35bce8cf62
commit 617dd995b5

View file

@ -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);