File tree 8 files changed +23
-16
lines changed
8 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 82
82
.body-container {
83
83
flex : 1 ;
84
84
align-self : stretch ;
85
- overflow-y : auto ;
85
+ overflow : visible ;
86
86
padding : 2rem 0 ;
87
87
88
88
& :last-child {
Original file line number Diff line number Diff line change 7
7
popup- menu- container: menu- container;
8
8
}
9
9
10
+ @parent-height : 10rem ;
11
+
10
12
.label-container {
11
13
display : flex ;
12
14
flex-direction : row ;
48
50
49
51
.modal-container , .popup-menu-container {
50
52
.menu-container {
53
+ max-height : calc (3.2rem * 7 );
54
+
51
55
.option-container {
52
56
display : flex ;
53
57
flex-direction : row ;
101
105
}
102
106
}
103
107
}
108
+ }
109
+
110
+ @media (orientation : landscape ) and (max-width : @xsmall ) {
111
+ .modal-container , .popup-menu-container {
112
+ .menu-container {
113
+ max-height : calc (100 dvh - var (--horizontal-nav-bar-size ) - @parent-height );
114
+ }
115
+ }
104
116
}
Original file line number Diff line number Diff line change 2
2
3
3
@import (reference ) ' ~stremio/common/screen-sizes.less' ;
4
4
5
+ @parent-height : 10rem ;
6
+
5
7
.dropdown {
6
8
background : var (--modal-background-color );
7
9
display : none ;
16
18
17
19
& .open {
18
20
display : block ;
19
- max-height : calc (3.2 rem * 10 );
21
+ max-height : calc (3.3 rem * 7 );
20
22
overflow : auto ;
21
23
}
22
24
33
35
}
34
36
}
35
37
36
- @media only screen and (max-width : @minimum ) {
38
+ @media ( orientation : landscape ) and (max-width : @xsmall ) {
37
39
.dropdown {
38
40
& .open {
39
- max-height : calc (3.2 rem * 7 );
41
+ max-height : calc (100 dvh - var ( --horizontal-nav-bar-size ) - @parent-height );
40
42
}
41
43
}
42
44
}
Original file line number Diff line number Diff line change 89
89
margin-right : 1.5rem ;
90
90
91
91
.multiselect-menu-container {
92
- max-height : calc (3.2rem * 7 );
93
92
overflow : auto ;
94
93
}
95
94
}
156
155
.select-input-container {
157
156
height : 3rem ;
158
157
158
+ .multiselect-menu-container {
159
+ overflow : auto ;
160
+ }
161
+
159
162
& :not (:last-child ) {
160
163
margin-bottom : 1rem ;
161
164
}
Original file line number Diff line number Diff line change 57
57
}
58
58
59
59
.multiselect-menu-container {
60
- max-height : calc (3.2rem * 7 );
61
60
overflow : auto ;
62
61
}
63
62
}
220
219
}
221
220
222
221
.multiselect-menu-container {
223
- max-height : calc (3.2rem * 4 );
222
+ max-height : calc (3.2rem * 3 );
224
223
overflow : auto ;
225
224
}
226
225
}
Original file line number Diff line number Diff line change 42
42
}
43
43
44
44
.multiselect-menu-container {
45
- max-height : calc (3.2rem * 7 );
46
45
overflow : auto ;
47
46
}
48
47
}
Original file line number Diff line number Diff line change 124
124
}
125
125
126
126
.multiselect-menu-container {
127
- max-height : calc (3.2rem * 7 );
128
127
overflow : auto ;
129
128
}
130
129
}
Original file line number Diff line number Diff line change 77
77
}
78
78
79
79
.multiselect-menu-container {
80
- max-height : calc (3.2rem * 7 );
81
80
overflow : auto ;
82
81
}
83
82
}
86
85
@media only screen and (max-width : @minimum ) {
87
86
.seasons-bar-container {
88
87
height : 6rem ;
89
-
90
- .seasons-popup-label-container {
91
- .multiselect-menu-container {
92
- max-height : calc (3.2rem * 3 );
93
- }
94
- }
95
88
}
96
89
}
You can’t perform that action at this time.
0 commit comments