Add overflow-x:hidden to DetailsSection styles
This commit is contained in:
parent
173bc48eee
commit
064840512f
|
@ -8,4 +8,5 @@
|
|||
.details-display {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
Loading…
Reference in New Issue