mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed panel z-index on node title
This commit is contained in:
parent
d382553b8a
commit
a5a394c590
2 changed files with 3 additions and 4 deletions
|
@ -50,7 +50,7 @@ const NodeLayout: FC<IProps> = memo(
|
|||
<div className={styles.wrap}>
|
||||
{head}
|
||||
|
||||
<Container>
|
||||
<Container className={styles.content}>
|
||||
<Card className={styles.node} seamless>
|
||||
{block}
|
||||
|
||||
|
|
|
@ -9,9 +9,8 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
align-items: stretch !important;
|
||||
|
||||
@include vertical_at_tablet;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.comments {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue