Skip to content

Commit

Permalink
Small scrollbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Aug 24, 2024
1 parent c48ee8a commit e037c68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ body.app-body {
background-color: var(--color-accent);
border-radius: 8px;
opacity: .4;
box-shadow: none;
}
:root:has(.app-body) *::-webkit-scrollbar-track:hover {
background-color: var(--color-bg);
Expand Down
1 change: 1 addition & 0 deletions TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ body.app-body {
background-color: var(--color-accent);
border-radius: 8px;
opacity: .4;
box-shadow: none;
}
:root:has(.app-body) *::-webkit-scrollbar-track:hover {
background-color: var(--color-bg);
Expand Down
1 change: 1 addition & 0 deletions TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ body.app-body {
background-color: var(--color-accent);
border-radius: 8px;
opacity: .4;
box-shadow: none;
}
:root:has(.app-body) *::-webkit-scrollbar-track:hover {
background-color: var(--color-bg);
Expand Down
1 change: 1 addition & 0 deletions TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ body.app-body {
background-color: var(--color-accent);
border-radius: 8px;
opacity: .4;
box-shadow: none;
}
:root:has(.app-body) *::-webkit-scrollbar-track:hover {
background-color: var(--color-bg);
Expand Down

0 comments on commit e037c68

Please sign in to comment.