From 0266617c719bb7c21387fd9bfd8b8329e6d20e6c Mon Sep 17 00:00:00 2001 From: Tom Raithel Date: Thu, 10 Oct 2019 10:50:46 +0200 Subject: [PATCH] Remove overflow attribute from view column (#3971) Fixes #3253 --- src/panels/lovelace/views/hui-view.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/lovelace/views/hui-view.ts b/src/panels/lovelace/views/hui-view.ts index 1edcd41d7b..2bae8370be 100644 --- a/src/panels/lovelace/views/hui-view.ts +++ b/src/panels/lovelace/views/hui-view.ts @@ -138,7 +138,6 @@ export class HUIView extends LitElement { flex-basis: 0; flex-grow: 1; max-width: 500px; - overflow-x: hidden; } .column > * {