Fix popup overflow
Fix pulldowns overflow
Update extra popus
Update UTCI/SunSoak - Show variant selected
This commit is contained in:
Fraxle
2026-05-26 13:15:26 +01:00
parent f8a220b325
commit 1509ddb78d
8 changed files with 95 additions and 16 deletions
+2 -1
View File
@@ -475,7 +475,8 @@
.cs-panel {
position: absolute;
top: calc(100% + 4px);
left: 0;
right: 0; /* right edge flushes with button's right edge */
left: auto;
z-index: 1000;
background: #fffcf2;
border: 1.5px solid #c9b08a;