From 2d689be2bfa1bbf7b671ad2505706cfc0cb211ca Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 21 Dec 2021 15:39:30 +0100 Subject: [PATCH] fix zIndex of peristent app in miniMode vs maximised --- src/components/views/elements/AppTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/AppTile.tsx b/src/components/views/elements/AppTile.tsx index a8e2308976e..ed8e88a5420 100644 --- a/src/components/views/elements/AppTile.tsx +++ b/src/components/views/elements/AppTile.tsx @@ -508,7 +508,7 @@ export default class AppTile extends React.Component { // Also wrap the PersistedElement in a div to fix the height, otherwise // AppTile's border is in the wrong place appTileBody =
- + { appTileBody }
;