Fix position of custom fields dropdown on mobile

This commit is contained in:
shamoon 2023-11-05 18:52:08 -08:00
parent ece8f38e8a
commit dd971d3bbf

View File

@ -4,7 +4,7 @@
// correct position on mobile
@media (max-width: 575.98px) {
&.show {
margin-left: -175px !important;
margin-left: -245px !important;
}
}
}