Skip to content

Commit 21f44c0

Browse files
committed
remove overflow property change, change back foreground color change
1 parent 4c5189c commit 21f44c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/components/RootPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const RootPage = styled.div`
1212
1313
@media (max-width: 770px) {
1414
height: 100%;
15-
overflow: auto;
15+
overflow: hidden;
1616
}
1717
`;
1818

client/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const baseThemes = {
106106
border: colors.p5jsPink
107107
},
108108
hover: {
109-
foreground: colors.p5jsPink,
109+
foreground: grays.lightest,
110110
background: colors.p5jsActivePink,
111111
border: colors.p5jsPink
112112
},

0 commit comments

Comments
 (0)