forked from Mirrors/gomuks
web/timeline: fix hover menu z-index
This commit is contained in:
parent
616c508ae3
commit
e0189a2651
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ div.event-hover-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: .25rem;
|
gap: .25rem;
|
||||||
padding: .125rem;
|
padding: .125rem;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue