Display picked items by champion
ci / docker (push) Waiting to run

This commit is contained in:
2024-06-14 01:08:23 +02:00
parent bd8148f3e2
commit aafb805194
16 changed files with 147 additions and 22 deletions
+11
View File
@@ -3,3 +3,14 @@
@import "tailwindcss/utilities";
/* This file is for your main application CSS */
.tooltip {
visibility: hidden;
position: absolute;
}
.has-tooltip:hover .tooltip {
visibility: visible;
z-index: 100;
background-color:lightsteelblue;
}