File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ export default function KvmIdRoute() {
785
785
< button className = "absolute top-0" tabIndex = { - 1 } id = "videoFocusTrap" />
786
786
</ div >
787
787
</ FocusTrap >
788
+
788
789
< div className = "grid h-full select-none grid-rows-headerBody" >
789
790
< DashboardNavbar
790
791
primaryLinks = { isOnDevice ? [ ] : [ { title : "Cloud Devices" , to : "/devices" } ] }
@@ -795,7 +796,7 @@ export default function KvmIdRoute() {
795
796
kvmName = { deviceName || "JetKVM Device" }
796
797
/>
797
798
798
- < div className = "relative z-50 flex h-full w-full overflow-hidden" >
799
+ < div className = "relative flex h-full w-full overflow-hidden" >
799
800
< WebRTCVideo />
800
801
< div
801
802
style = { { animationDuration : "500ms" } }
@@ -811,7 +812,7 @@ export default function KvmIdRoute() {
811
812
</ div >
812
813
813
814
< div
814
- className = "isolate "
815
+ className = "z-50 "
815
816
onKeyUp = { e => e . stopPropagation ( ) }
816
817
onKeyDown = { e => {
817
818
e . stopPropagation ( ) ;
You can’t perform that action at this time.
0 commit comments