mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205338 - Make system app iframe non-selectable. r=fabrice
User could long-press on the splash screen during boot process to select the iframe of the system app. Make the iframe non-selectable to avoid display the blue carets.
This commit is contained in:
parent
4ab604a26c
commit
f8e0941874
@ -26,6 +26,7 @@ iframe {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
%ifdef MOZ_GRAPHENE
|
||||
|
Loading…
Reference in New Issue
Block a user