Skip to content

Commit 4c79598

Browse files
fix(tab-view): make tab view scrollable on mobile view (#1273)
* fix: make tab view item scrollable * fix: update width * fix: hide scrollbar * fix: display scrollbar
1 parent 7a59a5e commit 4c79598

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/assets/css/tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.tabbed-panel {
22
display: flex;
33
flex-direction: column;
4+
overflow: hidden;
45
width: 100%;
56
}
67

0 commit comments

Comments
 (0)