s4

changeset 929:b78409b5a3b9

Height should have unit of vh!
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 18 Jan 2021 18:48:32 +0900
parents a3623f901e32
children 1221335459c6
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Mon Jan 18 13:08:03 2021 +0900
     1.2 +++ b/examples/common/default/default.css	Mon Jan 18 18:48:32 2021 +0900
     1.3 @@ -176,7 +176,7 @@
     1.4      z-index: 7;
     1.5  }
     1.6  div.pjaxview2 {
     1.7 -    width: 100vw; height: 95vw; transition: 0.5s;
     1.8 +    width: 100vw; height: 98vh; transition: 0.5s;
     1.9  }
    1.10  div.pjaxview iframe {
    1.11      width: 98%; height: 90%; object-fit: scale-down;