👌 right-align dropdown so it doesn't render off-screen

This commit is contained in:
ghalestrilo 2020-08-21 16:28:04 -03:00
parent 2169a6ec7f
commit ee256b0607
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ const ResponsiveFormWrapper = styled.div`
height: 100%
}
.nav__dropdown {
right: 0 !important;
left: unset !important;
}
.form-container__stack {
svg {
width: ${remSize(12)};