Skip to content

Commit 017f5f3

Browse files
committed
fix(Tenant): fix horizontal scrollbar on diagnostics storage page
1 parent 7859fc6 commit 017f5f3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/containers/Tenant/Diagnostics/Diagnostics.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
.kv-tenant-diagnostics {
2+
display: flex;
23
overflow: hidden;
4+
flex-direction: column;
35

46
height: 100%;
5-
&__header-wrapper {
6-
position: sticky;
7-
z-index: 2;
8-
top: 0;
9-
left: 0;
107

8+
&__header-wrapper {
119
padding: 13px 20px 16px;
1210

1311
background-color: var(--yc-color-base-background);
@@ -36,9 +34,9 @@
3634

3735
&__page-wrapper {
3836
overflow: auto;
37+
flex-grow: 1;
3938

4039
width: 100%;
41-
height: calc(100% - 69px);
4240
padding: 0 20px;
4341

4442
& .global-storage {

0 commit comments

Comments
 (0)