[TELE-1386] fix hidden class on lists not working anymore

This commit is contained in:
Daniel Muyshond 2022-07-29 13:20:21 +02:00
parent 9262195703
commit 38591d23d1
1 changed files with 5 additions and 0 deletions

View File

@ -204,6 +204,11 @@ Forms
z-index: -1
}
form.quixote div.hidden,
div.invisible {
display: none;
}
/*
Footer
*/