Skip to content
Snippets Groups Projects
Unverified Commit f2004777 authored by Iain Maitland's avatar Iain Maitland
Browse files

fixup wallet dropdowns spilling out

parent c451487f
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,10 @@ ...@@ -78,9 +78,10 @@
margin: 0.5rem 0 1rem; margin: 0.5rem 0 1rem;
} }
// protect for foundation bug for collapsed state drop-downs
@media only screen and (max-width: 40em) { @media only screen and (max-width: 40em) {
.Wallet_dropdown { .Wallet_dropdown.left > .VerticalMenu {
left: 10px!important; @media only screen and (max-width: 40em) {
right: auto;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment