mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Fix tab container logic bug
This commit is contained in:
parent
5d073909cc
commit
0b57a1920d
@ -19,7 +19,10 @@
|
||||
<div style="
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;">
|
||||
flex-direction: column;
|
||||
scale: 0.7;
|
||||
transform-origin: top;
|
||||
">
|
||||
|
||||
<div>
|
||||
<br>
|
||||
@ -122,10 +125,10 @@
|
||||
<th:block th:insert="~{fragments/navElements.html :: navElements}"></th:block>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
|
||||
</div>
|
||||
</div>
|
||||
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user