mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
fix overflows scaling
This commit is contained in:
parent
eb854785e3
commit
2cf324413e
@ -1,7 +1,8 @@
|
||||
#page-container {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
#content-wrap {
|
||||
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user