change scoreboard header row from position fixed to absolute (low res fix)

pull/51/head
HardiReady 2019-02-04 21:08:37 +01:00
parent eea8eb2104
commit 818e99e973
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "opt-cc",
"version": "1.8.6",
"version": "1.8.7",
"author": "Florian Hartwich <hardi@noarch.de>",
"private": true,
"scripts": {

View File

@ -10,7 +10,7 @@
.mat-header-row {
width: 1058px;
position: fixed;
position: absolute;
z-index: 100;
}