From 818e99e973bd8e35af6093379a645114e65ac7bd Mon Sep 17 00:00:00 2001 From: HardiReady Date: Mon, 4 Feb 2019 21:08:37 +0100 Subject: [PATCH] change scoreboard header row from position fixed to absolute (low res fix) --- package.json | 2 +- .../src/app/statistic/war/scoreboard/scoreboard.component.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 885dd08..66c7f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opt-cc", - "version": "1.8.6", + "version": "1.8.7", "author": "Florian Hartwich ", "private": true, "scripts": { diff --git a/static/src/app/statistic/war/scoreboard/scoreboard.component.css b/static/src/app/statistic/war/scoreboard/scoreboard.component.css index e7762f8..af48369 100644 --- a/static/src/app/statistic/war/scoreboard/scoreboard.component.css +++ b/static/src/app/statistic/war/scoreboard/scoreboard.component.css @@ -10,7 +10,7 @@ .mat-header-row { width: 1058px; - position: fixed; + position: absolute; z-index: 100; }