Update z-index of comments so they render behind main menu

pull/7050/head
Karl Hobley 2021-04-20 12:41:43 +01:00 zatwierdzone przez Matt Westcott
rodzic 15d931094b
commit b49c2e498b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ $color-textarea-placeholder-text: $color-grey-2;
position: absolute;
top: 30px;
right: 30px;
z-index: 1000;
z-index: 50;
font-family: 'Open Sans', sans-serif;
pointer-events: none;
}