(nobug): Fix ASR Snippets preview by positioning on top of legacy snippets

This commit is contained in:
Andrei Oprea 2018-11-23 14:27:37 +01:00 коммит произвёл Kate Hudson
Родитель 0af2f5bfa1
Коммит 576499f912
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,8 @@
.SnippetBaseContainer {
position: fixed;
// Make sure ASR snippets show on top of legacy snippets
// This can happen when ASR preview is used with legacy snippets
z-index: 2;
bottom: 0;
left: 0;
right: 0;