Merge pull request #2898 from tomtjes/fix-description-overflow

Fix description overflow
This commit is contained in:
vabene1111 2024-01-22 14:04:18 +01:00 committed by GitHub
commit 30019ec946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;