[STYLE] Fix the scrolling error on details
This commit is contained in:
parent
38f1b9129a
commit
79fe88673c
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ pre {
|
||||||
|
|
||||||
/******************* Article Details *******************/
|
/******************* Article Details *******************/
|
||||||
details{
|
details{
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
details[open] {
|
details[open] {
|
||||||
outline: 1px solid white;
|
outline: 1px solid white;
|
||||||
|
|
Loading…
Reference in a new issue