👌 right-align dropdown so it doesn't render off-screen
This commit is contained in:
parent
2169a6ec7f
commit
ee256b0607
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ const ResponsiveFormWrapper = styled.div`
|
||||||
height: 100%
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav__dropdown {
|
||||||
|
right: 0 !important;
|
||||||
|
left: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form-container__stack {
|
.form-container__stack {
|
||||||
svg {
|
svg {
|
||||||
width: ${remSize(12)};
|
width: ${remSize(12)};
|
||||||
|
|
Loading…
Reference in a new issue