Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2024-07-09 10:26:17 +08:00
commit f5814b5b94

View file

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