slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 26 forks source link

Change `z-index` to match the other buttons #224

Closed csidirop closed 9 months ago

csidirop commented 1 year ago

Change z-index especially from the fullscreen button to match other the buttons.

This will not make a difference most of the time. but in the rare case that an element overlays the buttons it will be noticeable. See here:

Pre: grafik -> after: grafik

I did some testing to ensure that z-index: 1000; wasn't necessary, but as always if you can think of a reason why this is necessary, you can leave it as it is.

csidirop commented 11 months ago

Any questions regarding this PR?