frontend: remove min-height from room access container and add height and overflow to page container
This commit is contained in:
parent
583941fbd9
commit
1915feeee6
@ -4,7 +4,6 @@
|
||||
.room-access-container {
|
||||
@include ov-container;
|
||||
@include ov-page-content;
|
||||
min-height: 100vh;
|
||||
padding-top: var(--ov-meet-spacing-xxl);
|
||||
background: var(--ov-meet-background-color);
|
||||
gap: 0;
|
||||
|
||||
@ -1004,6 +1004,8 @@
|
||||
// === PAGE STRUCTURE UTILITIES ===
|
||||
|
||||
.ov-page-container {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
button {
|
||||
@include ov-button-base;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user