mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-05-01 20:54:08 +02:00
Todo table scroll, clickable columns now stored in server
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user