mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-19 03:48:27 -06:00
9 lines
100 B
CSS
9 lines
100 B
CSS
html {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.table tbody tr {
|
|
@apply hover:bg-base-200;
|
|
}
|