mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-29 21:40:06 +02:00
Add overflow-x:hidden to DetailsSection styles
This commit is contained in:
parent
173bc48eee
commit
064840512f
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@
|
|||
.details-display {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
Loading…
Add table
Reference in a new issue