Skip to content

Commit ee256b0

Browse files
committed
👌 right-align dropdown so it doesn't render off-screen
1 parent 2169a6e commit ee256b0

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)