diff --git a/static/style.css b/static/style.css index ae3e9a0..060d635 100644 --- a/static/style.css +++ b/static/style.css @@ -1483,11 +1483,15 @@ html[data-theme="dark"] .theme-toggle-label::before { text-align: left; } -/* Form groups */ .form-group { margin-bottom: 24px; } +.form-card form > .form-group:first-child { + position: relative; + z-index: 1; +} + .form-row { display: grid; grid-template-columns: 1fr 1fr; @@ -1507,6 +1511,7 @@ label { /* Skill input container */ .skill-input-wrap { position: relative; + z-index: 1100; border: 1.5px solid var(--border); border-radius: var(--r-sm); background: var(--gray-50);