fix layer when button activated

lektura
max.mehl 2017-05-26 00:06:00 +02:00
parent b380b8c6a2
commit 1c1957fee6
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,7 @@ div.sharecolumn .share-buttons.side {
left: 0;
padding: 0.1vh 0.5vh;
position: fixed;
top: 50%;
transform: translateY(-50%);
top: 35%;
z-index: 10;
flex-direction: column;
}
@ -77,7 +76,8 @@ div.sharecolumn .share-buttons.side {
.share-buttons.side input[type="radio"]:checked + span,
.share-buttons.side input[type="checkbox"]:checked + span {
position: absolute;
margin-top: 3.5em; margin-left: -10em;
margin-top: 3.5em; margin-left: 0;
width: 300px;
padding: .5em;
z-index: 3;
background-color: #333;