#933 remove scrollbars on IE and Firefox

This commit is contained in:
ehpersonal38
2023-05-30 13:07:04 -04:00
parent a3c8e4efc0
commit 126c7a080b
+4
View File
@@ -41,6 +41,10 @@ if ($sys_timezone !== "") {
body::-webkit-scrollbar {
display:none
}
html{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />