2 parents 2d479c6 + bd08359 commit 62a357cCopy full SHA for 62a357c
2 files changed
Gemfile.lock
lib/riemann/dash/views/css.scss
@@ -441,6 +441,7 @@ h2 {
441
left: 0;
442
right: 0;
443
bottom: 0;
444
+ overflow: auto;
445
}
446
447
.bar {
@@ -468,18 +469,36 @@ h2 {
468
469
470
th {
471
text-align: right;
472
+ background-color: #fff;
473
474
475
thead {
476
margin: 0;
477
padding: 0;
478
479
- // Work around https://bugs.webkit.org/show_bug.cgi?id=20040
- position: relative;
480
- top: 3px;
481
vertical-align: bottom;
482
text-align: left;
+ position: sticky;
483
+ top: 0;
484
+ z-index: 1;
485
+
486
+ &:first-child {
487
+ left: 0;
488
+ z-index: 2;
489
+ }
490
491
492
493
+ tbody {
494
+ tr:hover, tr:hover th {
495
+ background-color: $cream;
496
497
498
+ th {
499
500
501
502
503
504
0 commit comments