hide scrollbar from index.php
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
<title>BirdNET-Pi</title>
|
<title>BirdNET-Pi</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<style>
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
display:none
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<body>
|
||||||
<div class="banner">
|
<div class="banner">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<?php if(isset($_GET['logo'])) {
|
<?php if(isset($_GET['logo'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user