Put the entries in a layer above the scrollbar.

This commit is contained in:
Paulo Reis 2016-11-17 17:18:24 +00:00
parent a007da0466
commit dd0c578924

View file

@ -130,7 +130,7 @@
display: none; display: none;
.rp-size-mini & { .rp-size-mini & {
display: block; display: block;
z-index: 1; z-index: 12;
} }
position: absolute; position: absolute;
left: 2px; left: 2px;
@ -166,6 +166,8 @@
display: none; display: none;
left: @review-off-width + @rp-entry-arrow-width; left: @review-off-width + @rp-entry-arrow-width;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2); box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
z-index: 11;
&::before { &::before {
.triangle(left, @rp-entry-arrow-width, @rp-entry-arrow-width * 1.5, inherit); .triangle(left, @rp-entry-arrow-width, @rp-entry-arrow-width * 1.5, inherit);
top: (@review-off-width / 2) - @rp-entry-arrow-width; top: (@review-off-width / 2) - @rp-entry-arrow-width;