Fixes iOS font size changing

This commit is contained in:
Amir Raminfar
2022-10-17 10:48:11 -07:00
parent 5fb2f452e2
commit cde2589755

View File

@@ -159,6 +159,12 @@ html.has-custom-scrollbars {
}
}
@media screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: 100%;
}
}
.splitpanes__splitter {
z-index: 99;
}