Skip to content

Commit

Permalink
change overflow:hidden to overflow:clip (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimg45 authored Sep 5, 2024
1 parent d02b393 commit c70c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background-color: rgb(7, 7, 7);
overflow: hidden;
overflow: clip;
}
@keyframes driveby {
0% {left: 150vw;}
Expand Down

0 comments on commit c70c340

Please sign in to comment.