1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +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 */
template {
display: none;
}
#modal-left {
position: fixed;
top: 0;