Skip to content

Commit

Permalink
Fix border of th.participant-header. It should no longer jump when sc…
Browse files Browse the repository at this point in the history
…rolling horizontally.
  • Loading branch information
v6ak committed Oct 23, 2023
1 parent a75fcab commit e49172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/assets/main.scss
Expand Up @@ -35,7 +35,7 @@
}
}
th.participant-header {
border-right-style: none;
border-right: 1px solid transparent;
}
.participant-header {
z-index: 100;
Expand Down

0 comments on commit e49172c

Please sign in to comment.