add overflow to post content

This commit is contained in:
Lera Elvoé 2025-05-26 23:04:30 +03:00
parent e46883c3c1
commit 1087e0d511
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,7 @@ body {
margin-right: 25%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.post-inner {
@ -157,6 +158,7 @@ pre code {
border-bottom-left-radius: 8px;
border-left: 10px solid rgb(229.84, 231.92, 227.28);
padding: 20px;
overflow: scroll;
}
.inline-code {

View File

@ -186,6 +186,7 @@ body {
margin-right: 25%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.post-inner {
@ -201,6 +202,7 @@ pre code {
border-bottom-left-radius: 8px;
border-left: 10px solid $lighter;
padding: 20px;
overflow: scroll;
}
.inline-code {