mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 11:50:41 -05:00
fix: correct typo in CSS positioning property
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user