removed scrollbar from overview, but kept elsewhere
This commit is contained in:
+3
-3
@@ -21,7 +21,7 @@ iframe {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
height: 92%;
|
||||
height: 93%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -87,12 +87,12 @@ button:hover {
|
||||
}
|
||||
|
||||
.banner {
|
||||
padding-top: 1px;
|
||||
height: 8%;
|
||||
height: 7%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.banner h1 {
|
||||
padding: .5em;
|
||||
letter-spacing: 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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