change scoreboard header row from position fixed to absolute (low res fix)
parent
eea8eb2104
commit
818e99e973
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "opt-cc",
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"author": "Florian Hartwich <hardi@noarch.de>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
.mat-header-row {
|
||||
width: 1058px;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue