Merge branch 'bugfix/linework-view-overflow' into 'master'
Fixed Overflow Issue See merge request fronk/thetool!400
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user