diff --git a/js_client/gridBoxes.js b/js_client/gridBoxes.js index d3e568e..f9eed3e 100644 --- a/js_client/gridBoxes.js +++ b/js_client/gridBoxes.js @@ -448,7 +448,7 @@ export class HintBox extends GridBox { .triangle-down { position: relative; - top: 3em; + top: 3.25em; left: 1em; z-index: 10; grid-column: 1; @@ -464,7 +464,7 @@ export class HintBox extends GridBox { .triangle-right { position: relative; top: 1em; - left: 3em; + left: 3.25em; z-index: 10; grid-column: 1; grid-row: 1; diff --git a/js_client/infoBox.js b/js_client/infoBox.js index 1f40f30..3e1cc84 100644 --- a/js_client/infoBox.js +++ b/js_client/infoBox.js @@ -17,12 +17,18 @@ export class InfoBox extends LitElement { .hinttext { color: white; margin-left: 1em; - margin-top: 0.8em; + margin-top: 0.5em; + } .hintbox { grid-column: 1; grid-row: 1; + position: relative; + display: block; + overflow-y: scroll; + height: 8em; + } .infobox {