Skip to content

Commit 05175c4

Browse files
authored
fix(ui5-multi-cbx): remove horizontal scrollbar (#1312)
1 parent 1f76a71 commit 05175c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/main/src/themes/Tokenizer.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
display: flex;
3838
flex-wrap: nowrap;
3939
align-items: center;
40+
overflow: auto;
4041
}
4142

4243
.ui5-tokenizer--content.ui5-tokenizer-nmore--content {
@@ -52,7 +53,8 @@
5253
}
5354

5455
:host([expanded]) .ui5-tokenizer--content {
55-
overflow: auto;
56+
overflow: hidden;
57+
justify-content: flex-end;
5658
}
5759

5860
::slotted(ui5-token) {

0 commit comments

Comments
 (0)