14 lines
348 B
SCSS
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%;
|
|
}
|