diff --git a/examples/web/react/components/display/display.css b/examples/web/react/components/display/display.css
index f0e987b779519ae3a66b0069e7596f97b81adfca..47e4345e10eb0d53357099c2aca49d60e76df178 100644
--- a/examples/web/react/components/display/display.css
+++ b/examples/web/react/components/display/display.css
@@ -57,6 +57,13 @@
     -webkit-user-select: none;
 }
 
+@media only screen and (max-width: 1120px) {
+    .display > .display-minimize {
+        top: 22px;
+        bottom: initial;
+    }
+}
+
 .display > .display-minimize > img {
     height: 32px;
     width: 32px;
diff --git a/examples/web/react/components/keyboard-gb/keyboard-gb.css b/examples/web/react/components/keyboard-gb/keyboard-gb.css
index 3687d6b083c121c3bd3df16022edf38ba61588cf..6d275578605a7621198a0b00cf8eb9efb9952c7c 100644
--- a/examples/web/react/components/keyboard-gb/keyboard-gb.css
+++ b/examples/web/react/components/keyboard-gb/keyboard-gb.css
@@ -7,6 +7,12 @@
     pointer-events: none;
 }
 
+@media only screen and (max-width: 1120px) {
+    .keyboard-container.fullscreen {
+        bottom: 0px;
+    }
+}
+
 .keyboard-gb {
     font-size: 0px;
     text-align: center;