[THEME] Fix the overflow of 'details' elements on small screens

This commit is contained in:
Gregory Trolliet 2020-05-20 11:39:20 +02:00
parent a01da17f26
commit 666b5c0f3d
1 changed files with 3 additions and 0 deletions

View File

@ -601,6 +601,9 @@ pre {
}
/******************* Article Details *******************/
details{
overflow: scroll;
}
details[open] {
outline: 1px solid white;
outline-offset: .3rem;