add overflow to post content

This commit is contained in:
2025-05-26 23:04:30 +03:00
parent e46883c3c1
commit 1087e0d511
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 {