add overflow to post content
This commit is contained in:
parent
e46883c3c1
commit
1087e0d511
@ -142,6 +142,7 @@ body {
|
|||||||
margin-right: 25%;
|
margin-right: 25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-inner {
|
.post-inner {
|
||||||
@ -157,6 +158,7 @@ pre code {
|
|||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-left: 10px solid rgb(229.84, 231.92, 227.28);
|
border-left: 10px solid rgb(229.84, 231.92, 227.28);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-code {
|
.inline-code {
|
||||||
|
@ -186,6 +186,7 @@ body {
|
|||||||
margin-right: 25%;
|
margin-right: 25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-inner {
|
.post-inner {
|
||||||
@ -201,6 +202,7 @@ pre code {
|
|||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-left: 10px solid $lighter;
|
border-left: 10px solid $lighter;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-code {
|
.inline-code {
|
||||||
|
Loading…
Reference in New Issue
Block a user