We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4209fae commit 47d4eeaCopy full SHA for 47d4eea
assets/index.less
@@ -3,22 +3,29 @@
3
@prefixCls: rc-drawer;
4
@zIndex: 1050;
5
6
+.inset-0() {
7
+ top: 0;
8
+ bottom: 0;
9
+ left: 0;
10
+ right: 0;
11
+}
12
+
13
.@{prefixCls} {
14
+ .inset-0;
15
position: fixed;
16
z-index: @zIndex;
17
pointer-events: none;
- inset: 0;
18
19
&-inline {
20
position: absolute;
21
}
22
23
&-mask {
24
25
26
27
background: rgba(0, 0, 0, 0.5);
28
pointer-events: auto;
29
30
31
&-content-wrapper {
0 commit comments