[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 *******************/
|
||||
details{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
details[open] {
|
||||
outline: 1px solid white;
|
||||
|
|
Loading…
Reference in a new issue