fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

Set z-index on hint container to max value #697

Closed illfygli closed 2 years ago

illfygli commented 2 years ago

There was a GDPR consent dialog that made itself inaccessible by setting z-index to the maximum i32 value 2147483647, thereby covering the hint container and hints. This seems to be the largest value supported in practice. Setting the hint container's z-index to the same value puts in on top, since it is also last in the DOM.

fanglingsu commented 2 years ago

@illfygli It sounds strange to mee to have such an high z-index - but as this seems to be required I merge this.