Skip to content

Commit d3100f3

Browse files
committed
save farming scrolling stuff
1 parent a761498 commit d3100f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

navigation/Minigames/farming.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Author: Zach & Ian
1414
body {
1515
background-color: #f8f9fa;
1616
font-family: 'Arial', sans-serif;
17-
overflow-x: auto; /* Enable horizontal scrolling */
17+
overflow-x: scroll; /* Enable horizontal scrolling */
18+
overflow-y: scroll; /* Keep vertical scrolling */
19+
width: 200vw; /* Extend width to allow scrolling beyond normal boundaries */
1820
}
1921
#gameCanvas {
2022
width: 960px; /* Increased width by 1.25x */

0 commit comments

Comments
 (0)