Skip to content

Commit

Permalink
fix broken cosmetic fix caused by dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Oct 1, 2024
1 parent 2c5d62e commit 9893bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/app/powersettingseditor/components/Editor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
text-align: center;
}
.transparencyFix {
z-index: 2;
}
.transparencyFix > tr {
border-bottom: 0;
}
.flexGrow {
Expand Down
4 changes: 2 additions & 2 deletions src/app/powersettingseditor/components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ export default function Editor() {
</Group>
{ready ? (
<Table withColumnBorders stickyHeader>
<Table.Thead className={s.transparencyFix}>
<Table.Tr>
<Table.Thead>
<Table.Tr className={s.transparencyFix}>
<Table.Th colSpan={4} className={s.centerText}>
<Text className={`${s.bigFont} ${s.fontWeight}`}>
{plan.name}
Expand Down

0 comments on commit 9893bd7

Please sign in to comment.