mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
remove scrollbar
This commit is contained in:
parent
42081f33d7
commit
95ff8d3dd8
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ summary:hover{
|
|||
<!-- WIGGLE WIGGLE WIGGLE -->
|
||||
<style>
|
||||
body{
|
||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||
overflow: hidden; /* Hide scrollbar */
|
||||
|
||||
color:#111111
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue