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{