Skip to content

Commit

Permalink
Remove Y overflow on tabContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Oct 25, 2023
1 parent 142c33e commit 8d6b294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mystbin/frontend/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ a {

/* TAB STUFF */
.tabContainer {
overflow-y: hidden;
display: flex;
flex-direction: row;
margin-right: auto;
Expand Down

0 comments on commit 8d6b294

Please sign in to comment.