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:
@@ -12,4 +12,12 @@
|
||||
ul {
|
||||
@apply list-disc mx-10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@apply invisible absolute;
|
||||
}
|
||||
|
||||
.has-tooltip:hover .tooltip {
|
||||
@apply visible z-50;
|
||||
}
|
Reference in New Issue
Block a user