Skip to content

Commit

Permalink
fix(tab-view): make tab view scrollable on mobile view (#1273)
Browse files Browse the repository at this point in the history
* fix: make tab view item scrollable

* fix: update width

* fix: hide scrollbar

* fix: display scrollbar
  • Loading branch information
lamdiki-sherpa authored Dec 11, 2024
1 parent 7a59a5e commit 4c79598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/assets/css/tabs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.tabbed-panel {
display: flex;
flex-direction: column;
overflow: hidden;
width: 100%;
}

Expand Down

0 comments on commit 4c79598

Please sign in to comment.