mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(ux): fixed issue with row menu gliding over header, or in realting extending outside it's bound and not getttin the menu background
This commit is contained in:
parent
741faa2299
commit
4ab095b051
@ -120,10 +120,10 @@ $dash-row-menu-animation-speed: 0.20s;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
width: 138px;
|
width: 138px;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
transform: translate(-131px, 0);
|
transform: translate(-131px, 0);
|
||||||
transition: 0.1s ease-out 0.4s;
|
transition: 0.1s ease-out 0.4s;
|
||||||
z-index: 100;
|
z-index: 99;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user