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:
parent
937899194d
commit
1f3a9dabc2
1 changed files with 4 additions and 0 deletions
|
@ -544,6 +544,10 @@ a.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modals */
|
/* Modals */
|
||||||
|
template {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#modal-left {
|
#modal-left {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue