From 65ee79c41b0f980e312af67b0f9e5ee5770eed8d Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 7 Jan 2019 21:05:12 +0100 Subject: home css display working fill availiable flex --- assets/css/home.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index 8854ee3..1b61b25 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -2,12 +2,19 @@ box-sizing: border-box; } + +div#flex { + display: flex; + height: -webkit-fill-available; +} + div#options { - float: left; + min-width: 180px; + overflow-y: auto; } div#main { - display: inline-block; + overflow: auto; } body { @@ -246,4 +253,3 @@ main.user table form { } - -- cgit v1.2.3