mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-11 12:50:34 +08:00
fix positioning of hover box when text is not on far left
This commit is contained in:
@@ -43,10 +43,11 @@ ol {
|
||||
position: absolute;
|
||||
display: none;
|
||||
width: 300px;
|
||||
transform: translate(-50%, 1.7rem);
|
||||
@apply bg-white hover:bg-gray-300 h-fit px-3;
|
||||
@apply border border-gray-300;
|
||||
}
|
||||
|
||||
.glossary-link:hover + .glossary-hover {
|
||||
display: block;
|
||||
display: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user