Merge pull request #453 from orangemug/fix/more-menu-icon-size

Increase more-menu icon size, broken by react-icons update
This commit is contained in:
Orange Mug
2018-10-31 13:44:48 +00:00
committed by GitHub

View File

@@ -195,6 +195,11 @@
.more-menu {
position: relative;
svg {
width: 22px;
height: 22px;
}
&__menu {
position: absolute;
z-index: 9999;