Skip to content

Commit 6bfb4c7

Browse files
committed
docs(OfflineLocalView): fix css that was preventing event handling
1 parent 70bc9fa commit 6bfb4c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Examples/Applications/OfflineLocalView/viewer.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
background: black;
99
margin: 0;
1010
padding: 0;
11-
z-index: -1;
11+
z-index: 0;
1212
display: flex;
1313
align-items: center;
1414
justify-content: center;
@@ -44,7 +44,7 @@
4444
font-size: 50px;
4545
color: black;
4646
z-index: 1;
47-
background: rgba(128,128,128,.5);
47+
background: rgba(128, 128, 128, 0.5);
4848
padding: 20px;
4949
border-radius: 10px;
5050
user-select: none;
@@ -54,6 +54,6 @@ body {
5454
margin: 0;
5555
}
5656

57-
html {
58-
overflow: hidden;
57+
html {
58+
overflow: hidden;
5959
}

0 commit comments

Comments
 (0)