diff --git a/packages/uhk-web/src/app/app.component.html b/packages/uhk-web/src/app/app.component.html
index be00dccf3c0..ba2def56b50 100644
--- a/packages/uhk-web/src/app/app.component.html
+++ b/packages/uhk-web/src/app/app.component.html
@@ -41,8 +41,10 @@
-
+
diff --git a/packages/uhk-web/src/app/app.component.scss b/packages/uhk-web/src/app/app.component.scss
index 0ad061daf6e..af3210646e5 100644
--- a/packages/uhk-web/src/app/app.component.scss
+++ b/packages/uhk-web/src/app/app.component.scss
@@ -24,17 +24,23 @@
.btn-close {
position: absolute;
top: 2px;
- right: 2px;
+ right: 14px;
display: inline;
+ z-index: 10;
}
- pre {
+ .error-panel-content {
+ overflow: auto;
position: absolute;
+ top: 0;
+ bottom: 0;
left: 0;
right: 0;
- bottom: 0;
- top: 0;
- margin: 0;
+
+ pre {
+ overflow: visible;
+ margin: 0;
+ }
}
}