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}>
|
<div className={styles.wrap}>
|
||||||
{head}
|
{head}
|
||||||
|
|
||||||
<Container>
|
<Container className={styles.content}>
|
||||||
<Card className={styles.node} seamless>
|
<Card className={styles.node} seamless>
|
||||||
{block}
|
{block}
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
align-items: stretch !important;
|
position: relative;
|
||||||
|
z-index: 3;
|
||||||
@include vertical_at_tablet;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments {
|
.comments {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue