fix grid status to be dynamic

This commit is contained in:
2024-11-26 12:59:26 +02:00
parent 2d9198b268
commit 31ba41066a

View File

@@ -115,8 +115,8 @@
.tooltip .tooltiptext { .tooltip .tooltiptext {
position: absolute; position: absolute;
z-index: 1; z-index: 1;
bottom: -50px; bottom: 2px !important;
right: 0px !important; right: 50px !important;
} }
} }