1
0
Fork 0
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:
Fedor Katurov 2021-10-05 15:50:59 +07:00
parent d382553b8a
commit a5a394c590
2 changed files with 3 additions and 4 deletions

View file

@ -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}

View file

@ -9,9 +9,8 @@
}
.content {
align-items: stretch !important;
@include vertical_at_tablet;
position: relative;
z-index: 3;
}
.comments {