Skip to content

Commit 01ee1f0

Browse files
committed
feat: make widget a bit more prominent
1 parent 8f5bdb2 commit 01ee1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmp/compiler/src/widget/lingo-dev-widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class LingoDevWidget extends HTMLElement {
8686
return `
8787
:host {
8888
position: fixed;
89-
z-index: 9999;
89+
z-index: 99999;
9090
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
9191
font-size: 12px;
9292
pointer-events: auto;

0 commit comments

Comments
 (0)