mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
fix: Sticky table header styling in Safari (#12590)
* fix: Sticky table header styling in Safari * feedback
This commit is contained in:
@@ -2437,6 +2437,11 @@ table {
|
||||
> .${EditorStyleHelper.tableScrollable} > table > tbody > tr:first-child {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
> th {
|
||||
// Safari requires the header cell to have raised z-index too
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
> .${EditorStyleHelper.tableScrollable} > table > tbody > tr:first-child > th {
|
||||
|
||||
Reference in New Issue
Block a user