Bugzilla – Attachment 189138 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), 930 bytes, created by
Lucas Gass (lukeg)
on 2025-11-05 20:25:10 UTC
(
hide
)
Description:
Bug 37024: Fix dataTable scroll glitch
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-11-05 20:25:10 UTC
Size:
930 bytes
patch
obsolete
>From 05dfa3f06beb648625a3bf314ec6ea46097a3daa 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 >--- > 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 41d7c8943bf..b50a424d73e 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