forked from matrix/element-web
fix lightbox on chrome 52: https://github.com/vector-im/vector-web/issues/1706
This commit is contained in:
parent
ee9f78d156
commit
7774756ed1
|
@ -69,6 +69,7 @@ limitations under the License.
|
||||||
.mx_ImageView_labelWrapper {
|
.mx_ImageView_labelWrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
right: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
|
Loading…
Reference in New Issue