From c888b366352fcfeb04504aa93697bfd51225b7c2 Mon Sep 17 00:00:00 2001 From: Carl de Billy Date: Wed, 14 Apr 2021 15:23:49 -0400 Subject: [PATCH] fix(textblock): [WASM]Removed a useless scrollbar appearing sometimes on TextBlock --- src/Uno.UI/WasmCSS/Uno.UI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI/WasmCSS/Uno.UI.css b/src/Uno.UI/WasmCSS/Uno.UI.css index 3ea900f3d95f..54cece92a36f 100644 --- a/src/Uno.UI/WasmCSS/Uno.UI.css +++ b/src/Uno.UI/WasmCSS/Uno.UI.css @@ -110,7 +110,7 @@ embed.uno-frameworkelement.uno-unarranged { background-clip: text !important; /* overflow-x:hidden is required for text-overflow: ellipsis to work correctly */ - overflow-x: hidden; + overflow: hidden; } .uno-buttonbase {