Skip to content

Commit 67ea036

Browse files
committed
fix: maximized JSON editor in on metadata page
This was a regression issue caused by the fix of the #3213. Some part of the fix of #3213 is reverted and fixed in another way which doesn't break maximizing JSON editor on the metadata pages.
1 parent 19090ab commit 67ea036

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/MobilePage/MobilePage.scss

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
overflow: hidden;
1212
overflow-y: scroll;
1313
}
14-
15-
.mobile-page-gateway {
16-
z-index: 10000;
17-
position: absolute;
18-
top: 0;
19-
left: 0;
20-
width: 100%;
21-
}
2214
}
2315

2416
.container {
@@ -29,7 +21,7 @@
2921
position: absolute;
3022
right: 0;
3123
top: 0;
32-
z-index: 1000;
24+
z-index: 2000;
3325

3426
&.keep-toolbar {
3527
padding-top: 60px;

0 commit comments

Comments
 (0)