[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 *******************/
details{
overflow: scroll;
overflow: auto;
}
details[open] {
outline: 1px solid white;