File tree 6 files changed +12
-2
lines changed
packages/ui/src/styles/components
6 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 161
161
position : absolute ;
162
162
inset : 0 ;
163
163
z-index : 5 ;
164
+ width : 100% ;
165
+ height : 100% ;
164
166
margin : 0 ;
165
167
cursor : inherit ;
166
168
border : 1px solid var (--#{$rd-prefix}color-border );
Original file line number Diff line number Diff line change 8
8
border-top : 1px solid var (--#{$rd-prefix}color-divider );
9
9
10
10
@include m (left ) {
11
- justify-content : left ;
11
+ justify-content : flex-start ;
12
12
}
13
13
14
14
@include m (right ) {
15
- justify-content : right ;
15
+ justify-content : flex-end ;
16
16
}
17
17
18
18
@include m (center ) {
Original file line number Diff line number Diff line change 152
152
position : absolute ;
153
153
inset : 0 ;
154
154
z-index : 1 ;
155
+ width : 100% ;
156
+ height : 100% ;
155
157
margin : 0 ;
156
158
cursor : inherit ;
157
159
border : 1px solid var (--#{$rd-prefix}color-border );
Original file line number Diff line number Diff line change 50
50
position : absolute ;
51
51
inset : 0 ;
52
52
z-index : 1 ;
53
+ width : 100% ;
54
+ height : 100% ;
53
55
margin : 0 ;
54
56
cursor : pointer ;
55
57
appearance : none ;
Original file line number Diff line number Diff line change 159
159
@include e (input) {
160
160
position : absolute ;
161
161
inset : 0 ;
162
+ width : 100% ;
163
+ height : 100% ;
162
164
padding : 0 ;
163
165
margin : 0 ;
164
166
overflow : hidden ;
Original file line number Diff line number Diff line change 59
59
position : absolute ;
60
60
inset : 0 ;
61
61
z-index : 5 ;
62
+ width : 100% ;
63
+ height : 100% ;
62
64
margin : 0 ;
63
65
cursor : pointer ;
64
66
opacity : 0 ;
You can’t perform that action at this time.
0 commit comments