mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix blockquote scrollbar
This commit is contained in:
parent
004032215e
commit
9fc4227e13
1 changed files with 2 additions and 1 deletions
|
|
@ -132,7 +132,8 @@ blockquote {
|
|||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
quotes: "\201C""\201D""\2018""\2019";
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
blockquote:before {
|
||||
color: #ccc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue