Files
ingey-eager/src/styles.scss
vato007 c2db4100a9
All checks were successful
build / build (push) Successful in 1m31s
Use flexible scroll height on table to fill view
2025-04-24 22:19:52 +09:30

14 lines
348 B
SCSS

@import "./tailwind-import.css";
@import "primeicons/primeicons.css";
html {
font-size: 14px;
}
// https://github.com/primefaces/primeng/issues/17824
// table won't show up when using scrooheight = flex and virtualscroll = true
// Latest release doesn't fix it even though there was a commit to address the issue
p-scroller {
height: 100%;
}