The menu is activated with a macro in Tiddlers including via view template and/or sidebar tabs, topleftbar etc...
Tony
I did not realise how much stacking can occur. I expect I should try 999 to allow alerts to remain visible.
550 but not 500 works in this case
Thanks.
class | z-index |
.tc-tiddler-dragger | -10000 |
.tc-dropzone.tc-dragover:before | 10000 |
.tc-plugin-reload-warning | 1000 |
.tc-topbar | 1200 |
.tc-block-dropdown | 1000 |
.tc-modal-wrapper | 900 |
.tc-modal-backdrop | 1000 |
.tc-modal | 1100 |
.tc-notification | 1300 |
.tc-tab-buttons.tc-vertical | 100 |
.tc-alerts | 20000 |
.tc-static-alert-inner | 100 |
.tc-tabbed-table-of-contents .tc-table-of-contents | 100 |
FWIW, I find this subject interesting. Why? Because it illustrates something about the "Sociology of Programming".
I had assumed there would be values between -1 and 5, how wrong was I
Tony
Right. But I'm not so sure that is what is happening in practice.
Part of the issue in TW is lack of a public index of the already used indices. Yes?