mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-02 07:20:05 +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 {
|
.details-display {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue