fix overflows scaling

This commit is contained in:
Reece Browne 2025-05-07 17:12:05 +01:00
parent eb854785e3
commit 2cf324413e
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,8 @@
#page-container {
min-height: 100vh;
height: 100vh;
display: flex;
flex-direction: column;
overflow-x: clip;
}
#content-wrap {

View File

@ -8,8 +8,9 @@
<body>
<div id="page-container">
<div id="content-wrap" style="overflow: hidden;">
<th:block th:insert="~{fragments/navbar.html :: navbar}"></th:block>
<th:block th:insert="~{fragments/navbar.html :: navbar}"></th:block>
<div style="transform-origin: top;"
id="scale-wrap">
<br class="d-md-none">
<!-- Features -->
<script th:src="@{'/js/homecard.js'}"></script>
@ -17,8 +18,8 @@
width: 100%;
display: flex;
flex-direction: column;
transform-origin: top;"
id="scale-wrap">
overflow-x: none;"
>
<div>
<br>
<div style="justify-content: center; display: flex;">