fix: correct typo in CSS positioning property

This commit is contained in:
Zack Spear
2025-05-07 16:03:37 -07:00
parent 648d9252cc
commit 27629ebd3b
@@ -358,7 +358,7 @@ textarea {
border-bottom: 1px solid var(--input-border-color);
}
#header {
position: relaitve;
position: relative;
z-index: 102 !important;
display: -webkit-box;
display: -ms-flexbox;