fix panels height with focus on video - LM

This commit is contained in:
Ramon Souza 2021-05-28 14:31:20 -03:00
parent c16567ecf2
commit 8cfc4aa5c4
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
flex-direction: column;
justify-content: space-around;
overflow: hidden;
height: 100vh;
height: 100%;
:global(.browser-chrome) & {
transform: translateZ(0);

View File

@ -15,7 +15,7 @@
flex-direction: column;
justify-content: space-around;
overflow: hidden;
height: 100vh;
height: 100%;
:global(.browser-chrome) & {
transform: translateZ(0);

View File

@ -14,7 +14,7 @@
flex-direction: column;
justify-content: space-around;
overflow: hidden;
height: 100vh;
height: 100%;
:global(.browser-chrome) & {
transform: translateZ(0);