Skip to content

Commit af2185f

Browse files
committed
Merge branch 'feature/mobile-login' of https://github.com/ghalestrilo/p5.js-web-editor into feature/switch-mobile-desktop
2 parents 90272b5 + ee256b0 commit af2185f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/modules/User/components/ResponsiveForm.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ const ResponsiveFormWrapper = styled.div`
2828
height: 100%
2929
}
3030
31+
.nav__dropdown {
32+
right: 0 !important;
33+
left: unset !important;
34+
}
35+
3136
.form-container__stack {
3237
svg {
3338
width: ${remSize(12)};

0 commit comments

Comments
 (0)