Skip to content

Commit

Permalink
Remove scrollbar width for Tab components (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
blindaa121 authored and sserrata committed Mar 28, 2024
1 parent 82d70be commit e00226f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;
}

.openapi-tabs__response-list-container::-webkit-scrollbar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;
}

.openapi-tabs__discriminator-list-container::-webkit-scrollbar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit e00226f

Please sign in to comment.