diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 7cddcedd..dada123f 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -116,7 +116,7 @@
- +
diff --git a/assets/css/general.css b/assets/css/general.css index 5e101bb5..35c83820 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -554,4 +554,25 @@ div#station_logbooks_linked_table_paginate { input:invalid { border-color: red; - } +} + +.sfletable{ + height: 440px; + } + +.sfletable table { + width: 100%; +} + +.sfletable thead, tbody tr { + display: block; + width: 100%; + table-layout: fixed; + display: inline-table; +} + +.sfletable tbody { + overflow-y: scroll; + max-height: 380px; + position: absolute; +}