1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 08:34:42 -05:00

remove scrollbar

This commit is contained in:
Ashley 2022-11-30 14:38:09 +00:00
parent 87cdb052d9
commit 3a2b5c16e1

View file

@ -61,7 +61,8 @@ summary:hover{
<!-- WIGGLE WIGGLE WIGGLE -->
<style>
body{
overflow-x: hidden; /* Hide horizontal scrollbar */
overflow: hidden; /* Hide scrollbar */
color:#111111
}