Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden."

This reverts commit 1692fa52914012b051484c51caaed8e227334558.
This commit is contained in:
Francis Dominic Fajardo 2025-06-20 10:33:13 +08:00 committed by roytam1
commit dd2cf17d30

View file

@ -720,12 +720,12 @@ canvas {
/* hidden elements */
base, basefont, datalist, head, meta, script, style, title,
noembed, param, template {
display: none !important;
display: none;
}
area {
/* Don't give it frames other than its imageframe */
display: none !important;
display: none ! important;
}
iframe:fullscreen {