Commit 60552b6
committed
fix: improve alert overlay z-index and prevent text wrapping
- Increase z-index from 9999 to 99999 to ensure alert popup appears above all modules
- Add explicit positioning styles (position, top, left, width, height) to overlay
- Prevent alert text wrapping by adding white-space: nowrap and font-size: 20px
- Fixes click-through issue where underlying modules (e.g., calendar) were interactive behind alert
Based on user feedback in #311 parent 2882c8f commit 60552b6
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
282 | | - | |
| 284 | + | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
863 | 869 | | |
864 | | - | |
865 | 870 | | |
866 | 871 | | |
867 | 872 | | |
| |||
0 commit comments