Fix the video grid getting clipped at the edges

And also, put the scroll bar in a more sensible spot by turning the footer into a proper sticky footer.
This commit is contained in:
Robin
2023-09-25 14:16:29 -04:00
parent 7dac9caa6b
commit 14bd53c02b
4 changed files with 14 additions and 21 deletions

View File

@@ -19,5 +19,4 @@ limitations under the License.
overflow: hidden;
flex: 1;
touch-action: none;
margin-bottom: var(--footerHeight);
}