Merge pull request #2898 from tomtjes/fix-description-overflow
Fix description overflow
This commit is contained in:
commit
30019ec946
@ -231,7 +231,7 @@ export default {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
border: 1px solid rgba(46, 46, 46, 0.5);
|
||||
border: 1px solid rgba(46, 46, 46, 0.1);
|
||||
border-radius: 0.1875rem;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
@ -257,9 +257,10 @@ export default {
|
||||
.content-details {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
padding: 1em 1em 0 1em;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow-y: scroll;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user