git ssb

16+

Dominic / patchbay



Commit 9a9a0d3a4b6091ad5a05671399f0137eaee72ada

lightbox: fix overflow on mobile

the static width of 650px doesn't fit on all screens, especially on
mobile. I added a `max-width: 100%` which makes this work on my iOS
device.
Henry committed on 1/21/2017, 5:46:52 PM
Parent: cab96cfe6398bece694d747fcda9a4ec2211eef3

Files changed

style.csschanged
style.cssView
@@ -259,8 +259,9 @@
259259 right: 0px;
260260 top: 50px;
261261 overflow: auto;
262262 width: 650px;
263 + max-width: 100%;
263264 padding: 25px;
264265 margin: auto;
265266
266267 z-index: 2;

Built with git-ssb-web