(nobug): Fix ASR Snippets preview by positioning on top of legacy snippets
This commit is contained in:
Родитель
0af2f5bfa1
Коммит
576499f912
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче