Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino committed Oct 16, 2024
1 parent a588bd7 commit 59625f0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1715,9 +1715,7 @@ img.riseup {
bottom: 0;
gap: 1rem;
display: flex;
overflow: scroll;
width: 100%;
right: 0;

}

.tabs button {
Expand Down Expand Up @@ -1775,13 +1773,13 @@ img.riseup {
}

.tabs {
width: calc(100vw - 3rem);
scrollbar-width: none;
}

.tabs {
padding-right: 1.5rem;
box-sizing: border-box;
right: 0;
left: 0;
padding-right: 1.5rem;
padding-left: 2rem;
overflow: scroll;
}

.tabs::-webkit-scrollbar {
Expand Down

0 comments on commit 59625f0

Please sign in to comment.