1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00

Fix templates being visible on old browsers

This commit is contained in:
Pk11 2021-09-23 00:19:36 -05:00 committed by fguillot
parent 937899194d
commit 1f3a9dabc2

View file

@ -544,6 +544,10 @@ a.button {
} }
/* Modals */ /* Modals */
template {
display: none;
}
#modal-left { #modal-left {
position: fixed; position: fixed;
top: 0; top: 0;