0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 19:28:43 +09:00

Add tooltip on index page

This commit is contained in:
2021-05-24 16:51:13 +09:00
parent e9a1ac881e
commit 4d4483521d
4 changed files with 41 additions and 18 deletions

View File

@@ -12,4 +12,12 @@
ul {
@apply list-disc mx-10
}
}
}
.tooltip {
@apply invisible absolute;
}
.has-tooltip:hover .tooltip {
@apply visible z-50;
}