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