Hide overflow when scaling

This commit is contained in:
Reece Browne 2025-05-07 16:02:08 +01:00
parent a167f662d5
commit eb854785e3

View File

@ -8,11 +8,8 @@
<body> <body>
<div id="page-container"> <div id="page-container">
<div id="content-wrap"> <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>
<br class="d-md-none"> <br class="d-md-none">
<!-- Features --> <!-- Features -->
<script th:src="@{'/js/homecard.js'}"></script> <script th:src="@{'/js/homecard.js'}"></script>