fix horizontal scroll nonsense
This commit is contained in:
parent
61f89e3306
commit
e69e767878
|
@ -109,9 +109,8 @@ $focusWindow = true;
|
|||
xhtmlHeaders(__FILE__, translate('Frames').' - '.$Event->Id());
|
||||
?>
|
||||
<body>
|
||||
<div id="page" class="container-fluid p-0">
|
||||
<?php echo getNavBarHTML() ?>
|
||||
|
||||
<?php echo getNavBarHTML() ?>
|
||||
<div id="page" class="container-fluid p-3">
|
||||
<!-- Toolbar button placement and styling handled by bootstrap-tables -->
|
||||
<div id="toolbar">
|
||||
<button id="backBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Back') ?>" disabled><i class="fa fa-arrow-left"></i></button>
|
||||
|
|
Loading…
Reference in New Issue