change scoreboard header row from position fixed to absolute (low res fix)
parent
eea8eb2104
commit
818e99e973
|
@ -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": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.mat-header-row {
|
.mat-header-row {
|
||||||
width: 1058px;
|
width: 1058px;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue