mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 01:36:09 +01:00
Improve the sticky layout of Attribute View rows (#9655)
* Improve the sticky layout of Attribute View rows * revert: action.ts * fix: the issue of trailing cell abnormal width
This commit is contained in:
parent
cc98f68997
commit
5862811d96
6 changed files with 306 additions and 36 deletions
|
|
@ -140,10 +140,12 @@
|
|||
&--header,
|
||||
&--footer {
|
||||
background-color: var(--av-background);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&--footer {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
color: var(--b3-theme-on-surface);
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue