fix cluster styles

This commit is contained in:
“chrisshank” 2024-12-09 12:50:39 -08:00
parent 975a1f168b
commit 57b11c8bc4
2 changed files with 1 additions and 4 deletions

View File

@ -43,8 +43,6 @@
display: block; display: block;
position: absolute; position: absolute;
inset: 0 0 0 0; inset: 0 0 0 0;
pointer-events: none;
background-color: #b4d8f63b;
} }
folk-weather { folk-weather {

View File

@ -31,6 +31,7 @@
background: white; background: white;
border: solid 2px black; border: solid 2px black;
border-radius: 5px; border-radius: 5px;
ul { ul {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
@ -43,8 +44,6 @@
display: block; display: block;
position: absolute; position: absolute;
inset: 0 0 0 0; inset: 0 0 0 0;
pointer-events: none;
background-color: #b4d8f63b;
} }
folk-weather { folk-weather {