Skip to content

Commit 0efd2e7

Browse files
committed
refactor: make modal windows fully scrollable
1 parent f075481 commit 0efd2e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

webdriver-ts-results/src/components/SelectionToolbar/SelectorContentContainer/SelectorContentContainer.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22
position: relative;
33
}
44

5-
.selector-content-container__content {
6-
max-height: 24rem;
7-
overflow-y: scroll;
8-
}
9-
105
@media screen and (width>= 640px) {
116
.selector-content-container__content.grid .selector-content-container__content-wrapper {
127
column-count: 2;
13-
max-height: auto;
148
}
159
}
1610

1711
@media screen and (width>= 1024px) {
1812
.selector-content-container__content.grid .selector-content-container__content-wrapper {
1913
column-count: 3;
20-
max-height: auto;
2114
}
2215
}

0 commit comments

Comments
 (0)