From 1a5a853fa39ae636ccf0ba5bb3d29fe7ffa0097a Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Fri, 22 Mar 2024 14:26:23 +0100 Subject: [PATCH] fix: Fix scrollbar styles --- .../BoardMembershipsStep/BoardMembershipsStep.module.scss | 1 - client/src/components/Boards/Boards.module.scss | 1 - client/src/components/Header/NotificationsStep.module.scss | 1 - client/src/components/LabelsStep/LabelsStep.module.scss | 1 - client/src/components/List/List.module.scss | 1 - client/src/components/Memberships/AddStep/AddStep.module.scss | 1 - 6 files changed, 6 deletions(-) diff --git a/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss b/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss index deec2a3e..6d50f193 100644 --- a/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss +++ b/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss @@ -4,7 +4,6 @@ max-height: 60vh; overflow-x: hidden; overflow-y: auto; - scrollbar-width: thin; width: 100%; &::-webkit-scrollbar { diff --git a/client/src/components/Boards/Boards.module.scss b/client/src/components/Boards/Boards.module.scss index 848dbe52..e38de2d9 100644 --- a/client/src/components/Boards/Boards.module.scss +++ b/client/src/components/Boards/Boards.module.scss @@ -85,7 +85,6 @@ height: 56px; overflow-x: auto; overflow-y: hidden; - scrollbar-width: thin; &:hover { height: 38px; diff --git a/client/src/components/Header/NotificationsStep.module.scss b/client/src/components/Header/NotificationsStep.module.scss index cdad65b7..a86a0e94 100644 --- a/client/src/components/Header/NotificationsStep.module.scss +++ b/client/src/components/Header/NotificationsStep.module.scss @@ -49,7 +49,6 @@ max-height: 60vh; overflow-x: hidden; overflow-y: auto; - scrollbar-width: thin; &::-webkit-scrollbar { width: 5px; diff --git a/client/src/components/LabelsStep/LabelsStep.module.scss b/client/src/components/LabelsStep/LabelsStep.module.scss index c5ec0236..1be274c3 100644 --- a/client/src/components/LabelsStep/LabelsStep.module.scss +++ b/client/src/components/LabelsStep/LabelsStep.module.scss @@ -25,7 +25,6 @@ max-height: 60vh; overflow-x: hidden; overflow-y: auto; - scrollbar-width: thin; &::-webkit-scrollbar { width: 5px; diff --git a/client/src/components/List/List.module.scss b/client/src/components/List/List.module.scss index 7b47c893..b1a70960 100644 --- a/client/src/components/List/List.module.scss +++ b/client/src/components/List/List.module.scss @@ -43,7 +43,6 @@ max-height: calc(100vh - 268px); overflow-x: hidden; overflow-y: auto; - scrollbar-width: thin; width: 290px; &:hover { diff --git a/client/src/components/Memberships/AddStep/AddStep.module.scss b/client/src/components/Memberships/AddStep/AddStep.module.scss index 95be8d07..917142ff 100644 --- a/client/src/components/Memberships/AddStep/AddStep.module.scss +++ b/client/src/components/Memberships/AddStep/AddStep.module.scss @@ -4,7 +4,6 @@ max-height: 60vh; overflow-x: hidden; overflow-y: auto; - scrollbar-width: thin; &::-webkit-scrollbar { width: 5px;