Add z-index on embeds screens and action menu
This commit is contained in:
@@ -77,6 +77,7 @@
|
|||||||
height: max-content !important;
|
height: max-content !important;
|
||||||
max-height: 40vh;
|
max-height: 40vh;
|
||||||
margin-top: 200px;
|
margin-top: 200px;
|
||||||
|
z-index: 425;
|
||||||
|
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
font-family: "Press Start 2P";
|
font-family: "Press Start 2P";
|
||||||
|
|||||||
@@ -18,5 +18,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding-top: 2%;
|
padding-top: 2%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
z-index: 200;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Components ordered by z-index -->
|
||||||
<div id="main-layout" bind:this={mainLayout}>
|
<div id="main-layout" bind:this={mainLayout}>
|
||||||
<aside id="main-layout-left-aside">
|
<aside id="main-layout-left-aside">
|
||||||
{#if $menuIconVisiblilityStore}
|
{#if $menuIconVisiblilityStore}
|
||||||
@@ -104,14 +105,14 @@
|
|||||||
<ShareLinkMapModal />
|
<ShareLinkMapModal />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if $followStateStore !== "off" || $peerStore.size > 0}
|
|
||||||
<FollowMenu />
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
{#if $actionsMenuStore}
|
{#if $actionsMenuStore}
|
||||||
<ActionsMenu />
|
<ActionsMenu />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if $followStateStore !== "off" || $peerStore.size > 0}
|
||||||
|
<FollowMenu />
|
||||||
|
{/if}
|
||||||
|
|
||||||
{#if $requestVisitCardsStore}
|
{#if $requestVisitCardsStore}
|
||||||
<VisitCard visitCardUrl={$requestVisitCardsStore} />
|
<VisitCard visitCardUrl={$requestVisitCardsStore} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
margin-top: 200px;
|
margin-top: 200px;
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
|
z-index: 350;
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user