Removed dvh units

This commit is contained in:
FlamedDogo99 2024-06-10 09:47:34 -06:00
parent 4a786ae25c
commit e58d77cf02

View File

@ -591,12 +591,8 @@ customStyle.textContent = `
}
html, body {
height: 100% !important;
height: 100dvh !important;
height: -webkit-fill-available !important;
height: -moz-available !important;
height: fill-available !important;
height: stretch !important;
touch-action: pan-x pan-y;
}
.hide {