We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d357bbb commit d0062c0Copy full SHA for d0062c0
apps/report/src/App.less
@@ -84,9 +84,15 @@ footer.mt-8 {
84
.page-side {
85
height: calc(100% - 8px);
86
background: #f2f4f7;
87
- padding-right: 8px;
88
margin-bottom: 8px;
89
- overflow-x: auto;
+ min-width: 280px;
+ overflow-x: hidden;
90
+ overflow-y: auto;
91
+}
92
+
93
+.resize-handle {
94
+ width: 8px;
95
+ flex-shrink: 0;
96
}
97
98
[data-theme='dark'] .page-side {
@@ -181,6 +187,8 @@ footer.mt-8 {
181
187
border-radius: 16px;
182
188
background: #fff;
183
189
190
+ min-width: 0;
191
+ overflow: hidden;
184
192
185
193
.main-right-header {
186
194
height: 50px;
0 commit comments