Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
c7bf4680
Commit
c7bf4680
authored
Sep 09, 2026
by
Яков
Browse files
update
parent
40d10973
Changes
1
Show whitespace changes
Inline
Side-by-side
src/index.scss
View file @
c7bf4680
...
...
@@ -617,8 +617,16 @@ body{
position: relative;
}
// При наведении панель поднимается над содержимым редактора: её
// выпадающие списки («Оживить модуль», виды блоков) лежат внутри
// панели и иначе уходили бы под соседние узлы.
//
// 20, а не 100000: со ста тысячами панель оказывалась выше модальных
// окон и накрывала окно «Вставить задание в модуль» — оно рисуется
// на z-index 1000 (жалоба тестировщика от 05.09.2026, п.2:
// «пропадает, если убрать курсор с меню»).
&:hover{
z-index:
100000
;
z-index:
var(--atma-toolbar-z-index-hover, 20)
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment