Merge branch 'bugfix/linework-view-overflow' into 'master'

Fixed Overflow Issue

See merge request fronk/thetool!400
This commit is contained in:
Luca Haid
2024-06-12 08:09:08 +00:00

View File

@@ -8,6 +8,14 @@
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/header.php"); ?>
<?php $wftype = "term"; ?>
<style>
@media (max-width: 1750px) {
#viewCard {
max-height: 80vh;
overflow: scroll;
}
}
</style>
<!-- start page title -->
<div class="row">
@@ -123,7 +131,7 @@
</div>
</div>
<div class="card">
<div class="card" id="viewCard">
<div class="card-body mb-3">
<h4 class="header-title">Auftragsliste nach Netzgebiet</h4>