Bugzilla – Attachment #189138: Bug 37024: Fix dataTable scroll glitch for
bug #37024
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 37024
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +2 lines)
Lines 105-110 table {
Link Here
105
}
105
}
106
106
107
thead {
107
thead {
108
position: sticky;
109
top: 0;
108
th,
110
th,
109
td {
111
td {
110
border-bottom: 1px solid $table-border-color;
112
border-bottom: 1px solid $table-border-color;
111
-
Return to
bug 37024