Resolving issue with maximized visualizations in Safari 9-10 (#16573) (#16873)

This commit is contained in:
Brandon Kobel 2018-02-22 10:58:51 -05:00 committed by GitHub
parent 2355976769
commit 4841d60bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,8 @@
*/
.layout-maximized-panel {
height: 100% !important; /* 1. */
width: 100%;
position: absolute;
}
.exitFullScreenMode {