From c94f16615382c97d8b940892d07592d11ef244d8 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 1 Feb 2019 03:08:34 +0100 Subject: [PATCH] CSS: Set to the value, unset is less compatible --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 4648385..e31ece9 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -82,7 +82,7 @@ body { .nav-fix-scroll { overflow: auto; max-height: 85vh; - align-items: unset; + align-items: flex-start; } }