Bugzilla – Attachment 189140 Details for
Bug 37024
Scrolling "glitch" for some tables with sticky headers (that use DataTables)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37024: Fix dataTable scroll glitch
Bug-37024-Fix-dataTable-scroll-glitch.patch (text/plain), 977 bytes, created by
David Nind
on 2025-11-05 21:41:28 UTC
(
hide
)
Description:
Bug 37024: Fix dataTable scroll glitch
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-11-05 21:41:28 UTC
Size:
977 bytes
patch
obsolete
>From 17743c13e2c43df61f01a3e962d8da3abd45e470 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 5 Nov 2025 20:23:54 +0000 >Subject: [PATCH] Bug 37024: Fix dataTable scroll glitch > >To test: >1. Observe the glitchy scroll behavior describe in this bug report. >2. Apply patch, yarn build >3. The scroll glitch should be gone > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index 41d7c8943b..b50a424d73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -105,6 +105,8 @@ table { > } > > thead { >+ position: sticky; >+ top: 0; > th, > td { > border-bottom: 1px solid $table-border-color; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37024
:
189138
| 189140