SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
508 stars 71 forks source link

update z-index of wa-toolbar to 99999 #1414

Closed JupiterJones closed 2 months ago

JupiterJones commented 2 months ago

There are frameworks that place content at z-index 1000+ and light-boxes that place their content at z-index 10000.

To ensure that the WAToolbar always sits in front of other content, I always set it to a silly big number.

I thought this may be handy for others as well.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.26%. Comparing base (7a76a2b) to head (a45422d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1414 +/- ## ======================================= Coverage 48.26% 48.26% ======================================= Files 9115 9115 Lines 81719 81719 ======================================= Hits 39440 39440 Misses 42279 42279 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.