Skip to content
Snippets Groups Projects
Commit 9992b3c6 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

CHG: tabulator scroll bar on top with css trick #396

parent bbaf0c24
Branches
No related merge requests found
......@@ -104,7 +104,18 @@
}
.journalContent {
overflow-x: scroll;
// чтобы полоса прокрутки в таблице tabulator появлялась сверху
.tabulator-tableHolder {
transform: rotateX(180deg);
overflow-x: auto;
}
.tabulator-table {
transform: rotateX(180deg);
}
table {
min-width: 100%;
border-collapse: collapse;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment