Skip to content

Commit

Permalink
fix: scrollbar added to the approval tabs (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilaraGueler authored Feb 9, 2023
1 parent 50cbe36 commit 2ac7f03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/global/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,15 @@ img {
.nav-tabs {
display: block;
margin-bottom: $space-default;
overflow-y: auto;
white-space: nowrap;
// Hide scrollbar for Firefox
scrollbar-width: none;

// Hide scrollbar for Chrome, Safari and Opera
&::-webkit-scrollbar {
display: none;
}

.nav-item {
display: inline-block;
Expand Down

0 comments on commit 2ac7f03

Please sign in to comment.