mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 11:15:01 -05:00
fix scrolling when lightbox is higher than viewport
This commit is contained in:
parent
54f35cd370
commit
159d1e04dd
@ -66,6 +66,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: $color-grey-dark-alpha;
|
background: $color-grey-dark-alpha;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
@include respond-to(desktop) {
|
@include respond-to(desktop) {
|
||||||
@include scut-vcenter-ib(".lightbox");
|
@include scut-vcenter-ib(".lightbox");
|
||||||
|
Loading…
Reference in New Issue
Block a user