1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

fix scrolling when lightbox is higher than viewport

This commit is contained in:
Mario Volke 2014-06-16 15:28:27 +02:00
parent 54f35cd370
commit 159d1e04dd

View File

@ -66,6 +66,7 @@
left: 0;
z-index: 1000;
background: $color-grey-dark-alpha;
overflow: auto;
@include respond-to(desktop) {
@include scut-vcenter-ib(".lightbox");