1
0
Fork 0
mirror of https://gitlab.com/MrFry/qmining-page synced 2025-04-01 20:23:44 +02:00

Todo table scroll, clickable columns now stored in server

This commit is contained in:
mrfry 2020-11-28 15:09:17 +01:00
parent 50e8fd271a
commit c68a445117
3 changed files with 19 additions and 4 deletions
src/components/todoStuff

View file

@ -1,5 +1,7 @@
.table {
display: flex;
min-width: 800px;
max-height: 600px;
}
.categoryName {
@ -14,3 +16,8 @@
.tableCol {
flex: 1;
}
.tableContainer {
overflow-x: scroll;
overflow-y: scroll;
}