[DE] Fix bug with review changes panel (it was over dropdown menu in the right panel).
This commit is contained in:
parent
705677a3e1
commit
265bf5084d
|
@ -5,7 +5,7 @@
|
||||||
background: @gray-light;
|
background: @gray-light;
|
||||||
border: 1px solid @gray-dark;
|
border: 1px solid @gray-dark;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
z-index: 1000;
|
z-index: @zindex-dropdown - 1;
|
||||||
|
|
||||||
.review-group {
|
.review-group {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue