Commit c341622
fix(elements-window): Always show by default
The elements window was offscreen by default and only
visible on the edit page screen. Since automated
browser testing tools (capybara with selenium) open
the elements index view the elements window was always
offscreen and the browser needed to scroll the window
into view. With the recent change from absolute to fixed
position this was not working anymore.
Co-authored-by: Lasse Diercks <github@lassediercks.de>
(cherry picked from commit ec563dd)1 parent ca5e3f0 commit c341622
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments