@jx3box/jx3box-common 8.7.0 → 8.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/element.css +9 -0
- package/package.json +1 -1
package/css/element.css
CHANGED
|
@@ -13193,3 +13193,12 @@
|
|
|
13193
13193
|
.el-drawer-fade-leave-active {
|
|
13194
13194
|
animation: el-drawer-fade-in 225ms cubic-bezier(0, 0, 0.2, 1) 0s reverse;
|
|
13195
13195
|
}
|
|
13196
|
+
.el-drawer__wrapper {
|
|
13197
|
+
position: fixed;
|
|
13198
|
+
top: 0;
|
|
13199
|
+
right: 0;
|
|
13200
|
+
bottom: 0;
|
|
13201
|
+
left: 0;
|
|
13202
|
+
overflow: hidden;
|
|
13203
|
+
margin: 0
|
|
13204
|
+
}
|