Commit 4feedee
Gusted
Avoid new stack context for task list items
- Avoid creating a new stack context on a task list item, this PR does
that by removing the `position: relative` which causes a new stack
context to be created on that element. And thereby solving that popups
weren't able to utilize their z-index and weren't able to show properly.1 parent f85bb6f commit 4feedee
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
168 | | - | |
| 166 | + | |
| 167 | + | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
0 commit comments