improved CSS

This commit is contained in:
Francesco Mangiacrapa 2023-09-11 11:21:02 +02:00
parent eb92bc685c
commit b3555f4d98
1 changed files with 3 additions and 2 deletions

View File

@ -368,9 +368,9 @@ body {
background-color: white; background-color: white;
opacity: 90%; opacity: 90%;
padding: 10px; padding: 10px;
width: 410px; max-width: 430px;
z-index: 500; z-index: 500;
overflow-y: scroll; overflow-y: auto;
position: absolute; position: absolute;
left: 52px; left: 52px;
} }
@ -781,6 +781,7 @@ Table Of Contents (TOC)
font-size: 13px; font-size: 13px;
color: gray; color: gray;
font-weight: bold; font-weight: bold;
margin-top: -3px;
} }
.layer-style-panel-table-legend table td { .layer-style-panel-table-legend table td {