diff --git a/src/components/Output/index.tsx b/src/components/Output/index.tsx index a52d2702..36ba4120 100644 --- a/src/components/Output/index.tsx +++ b/src/components/Output/index.tsx @@ -336,19 +336,21 @@ export default class Output extends Component { - - +
+ + +
); diff --git a/src/components/Output/style.scss b/src/components/Output/style.scss index e8e780da..01ae940b 100644 --- a/src/components/Output/style.scss +++ b/src/components/Output/style.scss @@ -62,6 +62,7 @@ left: 320px; right: 320px; bottom: 0; + flex-wrap: wrap-reverse; } } @@ -152,3 +153,12 @@ left: 0; padding: 9px; } + +.buttons-no-wrap { + display: flex; + pointer-events: none; + + & > * { + pointer-events: auto; + } +}