removed scrollbar from overview, but kept elsewhere
This commit is contained in:
@@ -68,6 +68,11 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Overview</title>
|
||||
<style>
|
||||
body::-webkit-scrollbar {
|
||||
display:none
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<div class="overview">
|
||||
<div class="overview-stats">
|
||||
|
||||
Reference in New Issue
Block a user