s4

diff examples/common/default/default.css @ 929:b78409b5a3b9

Height should have unit of vh!
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 18 Jan 2021 18:48:32 +0900
parents cfb6247a2266
children 0d9caeab3d81
line diff
     1.1 --- a/examples/common/default/default.css	Wed Jan 06 12:56:33 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;