mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
fix overflow on table header
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
|
||||
.item-table-pinned-rows-grid-container.with-header {
|
||||
border-bottom: 2px solid var(--theme-colors-border);
|
||||
border-bottom: 1px solid var(--theme-colors-border);
|
||||
}
|
||||
|
||||
.item-table-pinned-columns-grid-container {
|
||||
@@ -58,7 +58,7 @@
|
||||
}
|
||||
|
||||
.item-table-pinned-intersection-grid-container.with-header {
|
||||
border-bottom: 2px solid var(--theme-colors-border);
|
||||
border-bottom: 1px solid var(--theme-colors-border);
|
||||
}
|
||||
|
||||
.item-table-pinned-columns-container {
|
||||
|
||||
Reference in New Issue
Block a user