Skip to content

Commit

Permalink
chore: Composer missing scrollbar color (RocketChat#29256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored May 16, 2023
1 parent 39432ea commit be5866e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/app/theme/client/imports/general/theme_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-webkit-overflow-scrolling: touch;

&::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 6px;
height: 6px;

background: var(--transparent-dark);
}
Expand Down
1 change: 1 addition & 0 deletions apps/meteor/app/theme/client/imports/general/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
--success-color: #2de0a5;
--selection-color: #02acec;
--attention-color: #9c27b0;
--transparent-darker: rgba(0, 0, 0, 0.5);

/* #endregion */

Expand Down

0 comments on commit be5866e

Please sign in to comment.