improve styling 3

This commit is contained in:
Chris Malone 2025-03-25 21:09:45 +11:00
parent 5e29595e6d
commit 4f0dd2a998

View File

@ -2426,6 +2426,19 @@ def create_demo():
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#queue_df td:nth-child(-n+6) {
cursor: default !important;
pointer-events: none;
}
#queue_df th {
pointer-events: none;
}
#queue_df .tabulator-col {
pointer-events: none;
}
#queue_df .tabulator-col .tabulator-arrow {
display: none;
}
#queue_df table { #queue_df table {
overflow: hidden !important; overflow: hidden !important;
} }
@ -2433,7 +2446,6 @@ def create_demo():
#queue_df::-webkit-scrollbar { #queue_df::-webkit-scrollbar {
display: none !important; display: none !important;
} }
#queue_df { #queue_df {
scrollbar-width: none !important; scrollbar-width: none !important;
-ms-overflow-style: none !important; -ms-overflow-style: none !important;