make the popup not full width like before

This commit is contained in:
Riley Davis
2017-04-26 11:50:17 -06:00
parent cea0b4942a
commit 0df40c7e35
+3 -2
View File
@@ -2,7 +2,8 @@
white-space: normal;
display: block;
position: absolute;
width: 98%;
max-width: 98%;
min-width: 50%;
border: solid 1px #999;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
box-sizing: border-box;
@@ -10,7 +11,7 @@
border-radius: 3px;
padding: 20px 10px;
z-index: 300;
left: 1%;
right: 1%;
}
.popupMenu:before{