Skip to content

Commit 5b2ad8a

Browse files
author
Daniel Herzog
committed
Removed obsolete z-index so that sortable-table works with overlays
1 parent ed8baac commit 5b2ad8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ui-scripts/sortable_table/sortable_table.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
content: "";
8080
display: block;
8181
position: absolute;
82-
z-index: 1;
8382
right: 0;
8483
top: 4px;
8584
width: 15px;
@@ -93,7 +92,6 @@
9392
content: "";
9493
display: block;
9594
position: absolute;
96-
z-index: 1;
9795
right: 0;
9896
top: 4px;
9997
width: 15px;

0 commit comments

Comments
 (0)