diff --git a/client/styles/components/_sketch-list.scss b/client/styles/components/_sketch-list.scss index 87162305..fa73a289 100644 --- a/client/styles/components/_sketch-list.scss +++ b/client/styles/components/_sketch-list.scss @@ -19,6 +19,7 @@ height: #{32 / $base-font-size}rem; position: sticky; top: 0; + z-index: 1; @include themify() { background-color: getThemifyVariable('background-color'); }