Files
pgbackweb/internal/view/static/css/partials/general.css
Luis Eduardo f0a60bd482 Run deno fmt
2025-02-04 18:56:15 +00:00

9 lines
100 B
CSS

html {
overflow-x: hidden;
overflow-y: auto;
}
.table tbody tr {
@apply hover:bg-base-200;
}