improve styling 3
This commit is contained in:
parent
5e29595e6d
commit
4f0dd2a998
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue