We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e7249 commit 9333a69Copy full SHA for 9333a69
src/components/GenericMenu.tsx
@@ -72,6 +72,7 @@ export const Arrow = styled.svg`
72
export const GenericMenuItem = styled.div`
73
display: flex;
74
width: 100%;
75
+ width: -moz-available;
76
width: -webkit-fill-available;
77
width: fill-available;
78
width: stretch;
src/components/Select/common/SelectStyled.tsx
@@ -193,7 +193,6 @@ export const HiddenSelectElement = styled.select`
193
export const SelectGroupContainer = styled.div`
194
195
flex-direction: column;
196
- align-items: flex-start;
197
justify-content: center;
198
199
0 commit comments