Fix roadmap progress titles' display on mouse over

Fixes #245
This commit is contained in:
Guillaume AGNIERAY
2023-03-21 16:04:59 +01:00
parent 164909da8a
commit 46041bc868
2 changed files with 1 additions and 6 deletions

View File

@@ -613,11 +613,6 @@ div#roadmap {
td { td {
height: $progress-height; height: $progress-height;
} }
+ .percent {
position: relative;
top: 0;
}
} }
header { header {

File diff suppressed because one or more lines are too long