reinstate scrollbars
This commit is contained in:
+1
-7
@@ -38,13 +38,7 @@ if ($sys_timezone !== "") {
|
|||||||
<title><?php echo $site_name; ?></title>
|
<title><?php echo $site_name; ?></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<style>
|
<style>
|
||||||
body::-webkit-scrollbar {
|
|
||||||
display:none
|
|
||||||
}
|
|
||||||
html{
|
|
||||||
-ms-overflow-style: none; /* IE and Edge */
|
|
||||||
scrollbar-width: none; /* Firefox */
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
|
<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" />
|
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
|
||||||
|
|||||||
+1
-3
@@ -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')); ?>">
|
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
|
||||||
<style>
|
<style>
|
||||||
body::-webkit-scrollbar {
|
|
||||||
display:none
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<div class="topnav" id="myTopnav">
|
<div class="topnav" id="myTopnav">
|
||||||
|
|||||||
@@ -303,9 +303,7 @@ die();
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
<style>
|
<style>
|
||||||
body::-webkit-scrollbar {
|
|
||||||
display:none
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<div class="overview">
|
<div class="overview">
|
||||||
|
|||||||
Reference in New Issue
Block a user