diff --git a/frontend/webapp/src/views/Theater/Theater.css b/frontend/webapp/src/views/Theater/Theater.css index 10db5a7..0c48a4c 100644 --- a/frontend/webapp/src/views/Theater/Theater.css +++ b/frontend/webapp/src/views/Theater/Theater.css @@ -31,8 +31,6 @@ .theater-wrapper .theater-main-panel { width: 100%; - min-width: 100%; - height: 60%; } .theater-wrapper .theater-side-panel { @@ -95,11 +93,6 @@ @media (max-width: 900px){ - .theater-wrapper - { - position: absolute; - bottom: 4rem; - } .theater-side-panel{ display: none!important; } @@ -196,6 +189,7 @@ font-variant: small-caps; position: relative; white-space: nowrap; + overflow: hidden; } .theater-meta-contents diff --git a/frontend/webapp/src/views/_Common/Main.css b/frontend/webapp/src/views/_Common/Main.css index 9fe51e6..7d31826 100644 --- a/frontend/webapp/src/views/_Common/Main.css +++ b/frontend/webapp/src/views/_Common/Main.css @@ -4613,6 +4613,10 @@ button:focus { #main-panel { padding: 0 1em; + position: absolute; + top:0; + bottom: 4rem; + min-height: calc(100vh - 4rem); } .content.ready .pagesection