See more: make last row of text selectable

fixes #2654
This commit is contained in:
Felix Niklas 2019-07-11 16:20:58 +02:00 committed by Denny Bresch
parent c09e698709
commit d8242181a4

View file

@ -5608,13 +5608,13 @@ footer {
&.is-open { &.is-open {
&:before { &:before {
opacity: 0; display: none;
} }
} }
.btn { .btn {
padding-top: 17px; padding-top: 15px;
padding-bottom: 17px; padding-bottom: 15px;
font-size: 10px; font-size: 10px;
} }
@ -5626,7 +5626,7 @@ footer {
top: -30px; top: -30px;
height: 30px; height: 30px;
background: linear-gradient(rgba(255,255,255,0), white); background: linear-gradient(rgba(255,255,255,0), white);
transition: opacity 300ms; pointer-events: none;
} }
} }