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", "name": "opt-cc",
"version": "1.8.6", "version": "1.8.7",
"author": "Florian Hartwich <hardi@noarch.de>", "author": "Florian Hartwich <hardi@noarch.de>",
"private": true, "private": true,
"scripts": { "scripts": {

View File

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