mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 16:37:32 +02:00
Fix #1079: fixed another z-index issue with dropdowns
This commit is contained in:
parent
32e7bc8a9c
commit
5913baeb57
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<div v-if="isLoading" class="ui centered active inline loader"></div>
|
||||
<div class="ui stackable grid" v-else-if="object">
|
||||
<div class="ui five wide column">
|
||||
<div class="ui pointing dropdown icon small basic right floated button" ref="dropdown" v-dropdown="{direction: 'downward'}" style="position: absolute; right: 1em; top: 1em; z-index: 5">
|
||||
<div class="ui pointing dropdown icon small basic right floated button" ref="dropdown" v-dropdown="{direction: 'downward'}" style="position: absolute; right: 1em; top: 1em;">
|
||||
<i class="ellipsis vertical icon"></i>
|
||||
<div class="menu">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue