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