Skip to content

Commit

Permalink
fix(textblock): [WASM]Removed a useless scrollbar appearing sometimes…
Browse files Browse the repository at this point in the history
… on TextBlock
  • Loading branch information
carldebilly committed Apr 14, 2021
1 parent 953062a commit c888b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/WasmCSS/Uno.UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c888b36

Please sign in to comment.