[STYLE] Fix the scrolling error on details

This commit is contained in:
Gregory Trolliet 2020-05-22 17:02:58 +02:00
parent 38f1b9129a
commit 79fe88673c
1 changed files with 1 additions and 1 deletions

View File

@ -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;