fix channel quick menu actions z-index: #6582

This commit is contained in:
btzr-io 2021-07-20 12:56:55 -05:00
parent 0db4e4ab51
commit 7375c106a2
2 changed files with 5 additions and 9 deletions

View file

@ -2014,14 +2014,14 @@
"Chat": "Chat",
"Tipped": "Tipped",
"Fromage": "Fromage",
"In Favorites": "In Favorites",
"In Favorites": "In Favorites",
"In Watch Later": "In Watch Later",
"In %lastCollectionName%": "In %lastCollectionName%",
"Remove from Watch Later": "Remove from Watch Later",
"Add to Watch Later": "Add to Watch Later",
"Added": "Added",
"Added": "Added",
"Item added to Watch Later": "Item added to Watch Later",
"Item removed from Watch Later": "Item removed from Watch Later",
"Item removed from Watch Later": "Item removed from Watch Later",
"Item added to %lastCollectionName%": "Item added to %lastCollectionName%",
"Item removed from %lastCollectionName%": "Item removed from %lastCollectionName%",
"Your publish is being confirmed and will be live soon": "Your publish is being confirmed and will be live soon",
@ -2051,16 +2051,11 @@
"The payment will be made from your saved card": "The payment will be made from your saved card",
"A channel is required to comment on lbry.tv": "A channel is required to comment on lbry.tv",
"Commenting...": "Commenting...",
"Add to Watch Later": "Add to Watch Later",
"Remove from Watch Later": "Remove from Watch Later",
"Added": "Added",
"Show %count% replies": "Show %count% replies",
"Show reply": "Show reply",
"added to": "added to",
"removed from": "removed from",
"Item removed from Watch Later": "Item removed from Watch Later",
"Skip Navigation": "Skip Navigation",
"In Favorites": "In Favorites",
"by %channelTitle%": "by %channelTitle%",
"Reset": "Reset",
"Reset to original (previous) publish date": "Reset to original (previous) publish date",

View file

@ -1,5 +1,6 @@
$cover-z-index: 0;
$metadata-z-index: 1;
$actions-z-index: 2;
.channel-cover {
position: relative;
@ -200,7 +201,7 @@ $metadata-z-index: 1;
top: 0;
right: var(--spacing-m);
margin-top: var(--spacing-m);
z-index: $metadata-z-index;
z-index: $actions-z-index;
flex-wrap: wrap;
font-size: var(--font-base);