Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 3b82465

Browse files
committed
fix(error): fix content scrolling
1 parent 7c2fb59 commit 3b82465

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

bin/ion-dev.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dev-client/sass/_diagnostics.scss

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
#ion-diagnostics {
77
position: absolute;
88
top: 0;
9+
right: 0;
10+
bottom: 0;
911
left: 0;
1012
z-index: $z-index-diagnostics;
1113

12-
width: 100%;
13-
height: auto;
14-
min-height: 100%;
15-
1614
margin: 0;
1715
padding: 0;
1816

@@ -34,6 +32,11 @@
3432
}
3533

3634
.ion-diagnostics-content {
35+
position: relative;
36+
padding: 0 0 30px 0;
37+
width: 100%;
38+
height: 100%;
39+
3740
overflow-x: hidden;
3841
overflow-y: scroll;
3942
-webkit-overflow-scrolling: touch;

0 commit comments

Comments
 (0)