From 0bc28fcbc4e4e1c51fa800c007ea9a8dd1259df8 Mon Sep 17 00:00:00 2001 From: viliusle Date: Sun, 5 Feb 2023 17:45:23 +0200 Subject: [PATCH] fixed layer details section styles --- index.html | 2 +- src/css/layout.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4295f993..7c7a022d 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@

Information

Layer details

-
+
diff --git a/src/css/layout.css b/src/css/layout.css index b7e42310..3da47d2c 100644 --- a/src/css/layout.css +++ b/src/css/layout.css @@ -558,6 +558,10 @@ IMPORTANT: any new icon should also must be added on /service-worker.js + its ve background-color: var(--background-color-active); color: var(--text-color-active); } +.details-content{ + height: 206px; + overflow-y: auto; +} @media screen and (max-width:700px){ body{