scss(popup): max-width 100% for huge content areas

Closes #1031
This commit is contained in:
Christian
2014-04-03 00:18:46 +02:00
committed by Andy Joslin
parent 986dbac893
commit 82b04ea8d0

View File

@@ -14,6 +14,7 @@
visibility: hidden;
width: $popup-width;
max-width: 100%;
border-radius: $popup-border-radius;
background-color: $popup-background-color;