Skip to content

Commit 5db2e69

Browse files
fix mweb share collection dropdown
1 parent fcbc05e commit 5db2e69

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
@@ -104,6 +104,10 @@
104104
@extend %dropdown-open-right;
105105
padding: #{20 / $base-font-size}rem;
106106
width: #{350 / $base-font-size}rem;
107+
@media only screen and (max-width: 768px) {
108+
position: absolute;
109+
left:-10rem;
110+
}
107111
}
108112

109113
.collection-content {

0 commit comments

Comments
 (0)