We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b44d4 commit e5c5e4eCopy full SHA for e5c5e4e
internal/view/static/css/partials/general.css
@@ -1,4 +1,8 @@
1
html {
2
overflow-x: hidden;
3
overflow-y: auto;
4
+}
5
+
6
+.table tbody tr {
7
+ @apply hover:bg-base-200;
8
}
0 commit comments