# HG changeset patch # User HIROSE Yuuji # Date 1610963312 -32400 # Node ID b78409b5a3b9926b8c56d21e09d2e2c66499abe5 # Parent a3623f901e322b0a49fb9b54862677bfb40a56da Height should have unit of vh! diff -r a3623f901e32 -r b78409b5a3b9 examples/common/default/default.css --- a/examples/common/default/default.css Mon Jan 18 13:08:03 2021 +0900 +++ b/examples/common/default/default.css Mon Jan 18 18:48:32 2021 +0900 @@ -176,7 +176,7 @@ z-index: 7; } div.pjaxview2 { - width: 100vw; height: 95vw; transition: 0.5s; + width: 100vw; height: 98vh; transition: 0.5s; } div.pjaxview iframe { width: 98%; height: 90%; object-fit: scale-down;