1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 07:25:21 +02:00

top sticky modified

This commit is contained in:
Umang G. Patel 2022-06-04 00:31:13 +05:30
parent 472cf673f7
commit 71344fe33b

View file

@ -1,7 +1,7 @@
.writing-header {
display: flex;
position: sticky;
top: 0;
top: var(--layout-height-header);
padding: 15px 0;
margin-top: calc(-1 * var(--layout-padding-vertical));
background: #fff;
@ -32,7 +32,7 @@
.writing-buttons {
display: flex;
padding-bottom: 30px;
button:not(:last-child) {
margin-right: 20px;
}