a3 removed
This commit is contained in:
parent
9a33862445
commit
3cb9090248
@ -5483,9 +5483,9 @@ late particularay
|
||||
position:relative;
|
||||
flex:1;
|
||||
width: 100%;
|
||||
height: calc(100vh - 120px); /* A4-optimized height: 1123px + padding + margins */
|
||||
height: 100vh; /* A4-optimized height: 1123px + padding + margins */
|
||||
min-height: 1200px; /* Ensure minimum height for A4 pages */
|
||||
max-height: calc(100vh - 80px); /* Prevent overflow on smaller screens */
|
||||
max-height: 100vh; /* Prevent overflow on smaller screens */
|
||||
overflow-y: auto; /* Only vertical scroll */
|
||||
overflow-x: hidden; /* Remove horizontal scroll */
|
||||
display: flex; /* Use flexbox for reliable centering */
|
||||
|
||||
@ -982,12 +982,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- Pricing Information -->
|
||||
<button class="property-insert-btn" onclick={insertPropertyPrice}
|
||||
title="Insert Property Price">
|
||||
Price
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1250,10 +1245,10 @@
|
||||
onchange={handlePageSizeChange}>
|
||||
<span class="page-size-text">A4</span>
|
||||
</label>
|
||||
<label class="page-size-option">
|
||||
<!-- <label class="page-size-option">
|
||||
<input type="radio" name="pageSize" value="A3" onchange={handlePageSizeChange}>
|
||||
<span class="page-size-text">A3</span>
|
||||
</label>
|
||||
</label> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user