Commit 581ea65
authored
fix: fix scroll container regions z-index issues (#264)
This fix is meant to isolate scroll container regions from each other,
this is needed to prevent z-index wars between elements in different regions.
With this change, every element in a scroll container region (no matter how high
it's z-index is) won't compete with elements form other regions (and the region itself)1 parent 9a2a8d6 commit 581ea65
File tree
3 files changed
+6
-1
lines changed- packages
- atlas-core
- atlas/src/themesource/atlas_core/web/core/widgets
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
0 commit comments