Fix nav status tooltip z-index
This commit is contained in:
parent
ecfaf30d1f
commit
1ce4cae217
@ -219,7 +219,7 @@ body {
|
|||||||
|
|
||||||
#history #status > * .tip {
|
#history #status > * .tip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 30;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
Loading…
Reference in New Issue
Block a user