Skip to content

Commit

Permalink
fix: Fix scrollbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Mar 22, 2024
1 parent bb358e0 commit 1a5a853
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Expand Up @@ -4,7 +4,6 @@
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
width: 100%;

&::-webkit-scrollbar {
Expand Down
1 change: 0 additions & 1 deletion client/src/components/Boards/Boards.module.scss
Expand Up @@ -85,7 +85,6 @@
height: 56px;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;

&:hover {
height: 38px;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/Header/NotificationsStep.module.scss
Expand Up @@ -49,7 +49,6 @@
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;

&::-webkit-scrollbar {
width: 5px;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/LabelsStep/LabelsStep.module.scss
Expand Up @@ -25,7 +25,6 @@
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;

&::-webkit-scrollbar {
width: 5px;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/List/List.module.scss
Expand Up @@ -43,7 +43,6 @@
max-height: calc(100vh - 268px);
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
width: 290px;

&:hover {
Expand Down
Expand Up @@ -4,7 +4,6 @@
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;

&::-webkit-scrollbar {
width: 5px;
Expand Down

0 comments on commit 1a5a853

Please sign in to comment.