[THEME] Fix the overflow of 'details' elements on small screens
This commit is contained in:
parent
a01da17f26
commit
666b5c0f3d
1 changed files with 3 additions and 0 deletions
|
@ -601,6 +601,9 @@ pre {
|
|||
}
|
||||
|
||||
/******************* Article Details *******************/
|
||||
details{
|
||||
overflow: scroll;
|
||||
}
|
||||
details[open] {
|
||||
outline: 1px solid white;
|
||||
outline-offset: .3rem;
|
||||
|
|
Loading…
Reference in a new issue