diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 69c6b27f..162238e6 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -409,7 +409,7 @@ function view_user_shifts() {
$block[$rid][$i]++;
}
- $shifts_table = "
- | ";
+ $shifts_table = "';
+ $shifts_table .= '
---|
';
// qqq
} else {
$shifts_table = array();
diff --git a/public/css/base.css b/public/css/base.css
index e1686bb4..638f6ef4 100644
--- a/public/css/base.css
+++ b/public/css/base.css
@@ -135,24 +135,7 @@ table {
table.scrollable {
max-width: 100%;
- overflow-x: scroll;
- overflow-y: hidden;
-}
-
-table.scrollable thead tr {
- display: block;
- position: relative;
-}
-
-table.scrollable tbody {
- display: block;
- position: relative;
- overflow-x: hidden;
- overflow-y: auto;
-}
-
-table.scrollable tbody * {
- width: auto;
+ overflow: auto;
}
fieldset hr {