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 8c7521e commit 1dc60bfCopy full SHA for 1dc60bf
assets/index.less
@@ -3,7 +3,6 @@
3
@drawer: drawer;
4
.@{drawer} {
5
position: fixed;
6
- top: 0;
7
z-index: 9999;
8
transition: width 0s ease @duration, height 0s ease @duration, transform @duration @ease-in-out-circ;
9
>* {
@@ -86,6 +85,7 @@
86
85
}
87
88
&-left {
+ top: 0;
89
left: 0;
90
91
&-handle {
@@ -103,6 +103,7 @@
103
104
105
&-right {
106
107
right: 0;
108
109
&-content-wrapper {
@@ -154,6 +155,7 @@
154
155
156
&-top {
157
top: 0;
158
+ left: 0;
159
160
161
top: auto;
@@ -171,8 +173,8 @@
171
173
172
174
175
&-bottom {
- top: unset;
176
bottom: 0;
177
178
179
180
0 commit comments