mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:34:42 -05:00
remove scrollbar
This commit is contained in:
parent
87cdb052d9
commit
3a2b5c16e1
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ summary:hover{
|
||||||
<!-- WIGGLE WIGGLE WIGGLE -->
|
<!-- WIGGLE WIGGLE WIGGLE -->
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
overflow: hidden; /* Hide scrollbar */
|
||||||
|
|
||||||
color:#111111
|
color:#111111
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue