Skip to content

Commit

Permalink
Fixing fullscreen mode view
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Dec 1, 2019
1 parent e087e1d commit a34c220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* otherwise the height is set inline.
*/
.dshLayout-isMaximizedPanel {
height: 100% !important; /* 1. */
height: 100vh !important; /* 1. */
width: 100%;
position: absolute;
}
Expand Down

0 comments on commit a34c220

Please sign in to comment.