1
0
Fork 0
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:
Robbie Antenesse 2017-08-20 12:18:52 -06:00
parent 173bc48eee
commit 064840512f

View file

@ -8,4 +8,5 @@
.details-display {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}