changeset 929:b78409b5a3b9 draft

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 wrap: on
line diff
--- 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;

yatex.org