Skip to content

Commit 4f9b6ca

Browse files
authored
Merge pull request #2627 from PiyushChandra17/piyush/fix-mWeb-share-collection-dropdown
fix mweb share collection dropdown
2 parents 8287b5f + 535bf8a commit 4f9b6ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_collection.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
@extend %dropdown-open-right;
107107
padding: #{math.div(20, $base-font-size)}rem;
108108
width: #{math.div(350, $base-font-size)}rem;
109+
@media only screen and (max-width: 520px) {
110+
max-width: 90vw;
111+
right: -#{120 / $base-font-size}rem;
112+
}
109113
}
110114

111115
.collection-content {

0 commit comments

Comments
 (0)