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 Mar 28, 2024
1 parent 3bca23f commit 1386c26
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 @@ -85,6 +85,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 @@ -44,6 +44,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 @@ -42,6 +42,7 @@
overflow-y: hidden;
overflow-x: scroll;
scroll-behavior: smooth;
scrollbar-width: none;

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

0 comments on commit 1386c26

Please sign in to comment.