Skip to content
Snippets Groups Projects
Verified Commit 56e3e0e3 authored by Ben Eltschig's avatar Ben Eltschig
Browse files

Overflow bei breiten/niedrigen Fenstergrößen behoben

parent 617f5733
1 merge request!5Custom server
......@@ -38,7 +38,7 @@ export default class SkribblContainer extends HTMLElement {
}
skribbl-game-container {
width: 100%;
max-width: 1400px;
max-width: min(1400px,calc((100vh - 60px) * 4 / 3 + 350px));
box-sizing: border-box;
padding: 10px;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment