Remove overflow attribute from view column (#3971)

Fixes #3253
This commit is contained in:
Tom Raithel 2019-10-10 10:50:46 +02:00 committed by Bram Kragten
parent aef45c5043
commit 0266617c71

View File

@ -138,7 +138,6 @@ export class HUIView extends LitElement {
flex-basis: 0;
flex-grow: 1;
max-width: 500px;
overflow-x: hidden;
}
.column > * {