display secondary pageactions list below the elipsis

This commit is contained in:
Felix Hamann 2019-05-09 20:36:33 +02:00
parent 043de053d5
commit 13a19e91fb

View File

@ -45,9 +45,14 @@
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
box-sizing: border-box;
text-align: center;
transition: box-shadow 0.2s ease;
}
&:hover {
&::after {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
}
.pagenav-secondary__list {
display: block;
}
@ -58,7 +63,7 @@
position: absolute;
display: none;
left: 0;
top: 10px;
top: 50px;
width: 250px;
background-color: white;
box-shadow: 0 0 6px 3px var(--color-grey-light);