reinstate scrollbars

This commit is contained in:
ehpersonal38
2023-06-01 22:30:24 -04:00
parent 126c7a080b
commit 5336736b38
3 changed files with 3 additions and 13 deletions
+1 -7
View File
@@ -38,13 +38,7 @@ if ($sys_timezone !== "") {
<title><?php echo $site_name; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
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" />
+1 -3
View File
@@ -69,9 +69,7 @@ elseif ($config["LONGITUDE"] == "0.000") {
?>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
<style>
body::-webkit-scrollbar {
display:none
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="topnav" id="myTopnav">
+1 -3
View File
@@ -303,9 +303,7 @@ die();
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Overview</title>
<style>
body::-webkit-scrollbar {
display:none
}
</style>
</head>
<div class="overview">