Allows scrolling of popup to be able to see the whole popup on small screens

This commit is contained in:
Frédéric Guillot
2014-12-20 13:56:47 -05:00

View File

@@ -17,4 +17,6 @@
top: 5%; top: 5%;
padding: 15px; padding: 15px;
background: #fff; background: #fff;
overflow: scroll;
max-height: 83%;
} }