Skip to content

Commit 7005eb9

Browse files
committed
refactor: remove unnecessary commented out code of menu scrollbars
HCRC-178
1 parent 169510b commit 7005eb9

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

apps/events-helsinki/src/domain/search/eventSearch/advancedSearch/search.module.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,6 @@ $buttonWidth: 180px;
190190
[id='targetAgeGroup-sl-container'] {
191191
/* Fix the menu should always open downwards. */
192192
bottom: unset !important;
193-
194-
/* To make scrollbar always visible */
195-
// ::-webkit-scrollbar {
196-
// -webkit-appearance: none;
197-
// width: 7px;
198-
// }
199-
200-
/* To make scrollbar always visible */
201-
// ::-webkit-scrollbar-thumb {
202-
// border-radius: 4px;
203-
// background-color: rgba(0, 0, 0, 0.5);
204-
// box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
205-
// }
206193
}
207194
}
208195

apps/hobbies-helsinki/src/domain/search/eventSearch/advancedSearch/search.module.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,6 @@ $buttonWidth: 180px;
166166
[id='categories-sl-container'] {
167167
/* Fix the menu should always open downwards. */
168168
bottom: unset !important;
169-
170-
/* To make scrollbar always visible */
171-
// ::-webkit-scrollbar {
172-
// -webkit-appearance: none;
173-
// width: 7px;
174-
// }
175-
176-
/* To make scrollbar always visible */
177-
// ::-webkit-scrollbar-thumb {
178-
// border-radius: 4px;
179-
// background-color: rgba(0, 0, 0, 0.5);
180-
// box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
181-
// }
182169
}
183170
}
184171

0 commit comments

Comments
 (0)