We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db2e69 commit 61d1d70Copy full SHA for 61d1d70
client/styles/components/_collection.scss
@@ -104,9 +104,9 @@
104
@extend %dropdown-open-right;
105
padding: #{20 / $base-font-size}rem;
106
width: #{350 / $base-font-size}rem;
107
- @media only screen and (max-width: 768px) {
108
- position: absolute;
109
- left:-10rem;
+ @media only screen and (max-width: 520px) {
+ max-width: 90vw;
+ right: -#{120 / $base-font-size}rem;
110
}
111
112
0 commit comments