fixed layer details section styles

This commit is contained in:
viliusle 2023-02-05 17:45:23 +02:00
parent abc3704c9a
commit 0bc28fcbc4
2 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<div class="details block" id="details_base"> <div class="details block" id="details_base">
<h2 class="trn toggle toggle-full" data-target="toggle_details">Layer details</h2> <h2 class="trn toggle toggle-full" data-target="toggle_details">Layer details</h2>
<div class="content" id="toggle_details"></div> <div class="content details-content" id="toggle_details"></div>
</div> </div>
<div class="layers block"> <div class="layers block">

View File

@ -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); background-color: var(--background-color-active);
color: var(--text-color-active); color: var(--text-color-active);
} }
.details-content{
height: 206px;
overflow-y: auto;
}
@media screen and (max-width:700px){ @media screen and (max-width:700px){
body{ body{