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 abb35a9 commit 4adfc91Copy full SHA for 4adfc91
2 files changed
assets/index.less
@@ -65,15 +65,13 @@
65
66
&-list {
67
display: flex;
68
- flex: 1 0 auto;
69
position: relative;
70
transition: transform 0.3s;
71
}
72
73
// >>>>>>>> Operations
74
&-operations {
75
76
77
78
&-hidden {
79
position: absolute;
assets/position.less
@@ -52,11 +52,8 @@
52
flex-direction: column;
53
min-width: 50px;
54
55
- &-list {
56
- flex-direction: column;
57
- }
58
-
59
- &-operations {
+ &-list, &-operations {
+ flex: 1 0 auto; // fix safari scroll problem
60
61
62
0 commit comments