mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fix(webapp): hotfix dropdown menu placement (#8594)
* hotfix dropdown menu placement * update snapshots --------- Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
a69006873d
commit
e5b692e753
@ -4,7 +4,6 @@ exports[`GroupContentMenu renders as groupProfile when I am the owner 1`] = `
|
||||
<div>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -122,7 +121,6 @@ exports[`GroupContentMenu renders as groupProfile, muted 1`] = `
|
||||
<div>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -198,7 +196,6 @@ exports[`GroupContentMenu renders as groupProfile, not muted 1`] = `
|
||||
<div>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -274,7 +271,6 @@ exports[`GroupContentMenu renders as groupTeaser 1`] = `
|
||||
<div>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
:disabled="disabled"
|
||||
trigger="manual"
|
||||
:offset="offset"
|
||||
boundaries-element="body"
|
||||
>
|
||||
<slot :toggleMenu="toggleMenu" :openMenu="openMenu" :closeMenu="closeMenu" :isOpen="isOpen" />
|
||||
<div slot="popover" @mouseover="popoverMouseEnter" @mouseleave="popoverMouseLeave">
|
||||
|
||||
@ -9,7 +9,6 @@ exports[`UserTeaser given an user avatar is disabled does not render the avatar
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -141,7 +140,6 @@ exports[`UserTeaser given an user user is disabled current user is a moderator r
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -262,7 +260,6 @@ exports[`UserTeaser given an user with linkToProfile, on desktop renders 1`] = `
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -351,7 +348,6 @@ exports[`UserTeaser given an user with linkToProfile, on desktop when hovering t
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -446,7 +442,6 @@ exports[`UserTeaser given an user with linkToProfile, on touch screen renders 1`
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -535,7 +530,6 @@ exports[`UserTeaser given an user with linkToProfile, on touch screen when click
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -630,7 +624,6 @@ exports[`UserTeaser given an user without linkToProfile, on desktop renders 1`]
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -719,7 +712,6 @@ exports[`UserTeaser given an user without linkToProfile, on desktop when hoverin
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -813,7 +805,6 @@ exports[`UserTeaser given an user without linkToProfile, on desktop when hoverin
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -907,7 +898,6 @@ exports[`UserTeaser given an user without linkToProfile, on touch screen renders
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -996,7 +986,6 @@ exports[`UserTeaser given an user without linkToProfile, on touch screen when cl
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -1090,7 +1079,6 @@ exports[`UserTeaser given an user without linkToProfile, on touch screen when cl
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
|
||||
@ -67,7 +67,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -518,7 +517,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -604,7 +602,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -690,7 +687,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -776,7 +772,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2006,7 +2001,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2414,7 +2408,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2500,7 +2493,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2586,7 +2578,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2672,7 +2663,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a close
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -2996,7 +2986,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -3413,7 +3402,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -3499,7 +3487,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -3585,7 +3572,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -3671,7 +3657,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -4256,7 +4241,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -4342,7 +4326,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -4428,7 +4411,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -4514,7 +4496,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -5097,7 +5078,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -5183,7 +5163,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -5269,7 +5248,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -5355,7 +5333,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -5634,7 +5611,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -6008,7 +5984,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -6094,7 +6069,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -6180,7 +6154,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -6266,7 +6239,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a curre
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -6595,7 +6567,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -7054,7 +7025,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -7140,7 +7110,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -7226,7 +7195,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -7312,7 +7280,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -7637,7 +7604,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="group-content-menu group-profile-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -8053,7 +8019,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -8139,7 +8104,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -8225,7 +8189,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -8311,7 +8274,6 @@ exports[`GroupProfileSlug given a puplic group – "yoga-practice" given a hidde
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="user-teaser"
|
||||
container="body"
|
||||
delay="0"
|
||||
|
||||
@ -37,7 +37,6 @@ exports[`ProfileSlug given an authenticated user given another profile user and
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="content-menu user-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -656,7 +655,6 @@ exports[`ProfileSlug given an authenticated user given another profile user and
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="content-menu user-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -1340,7 +1338,6 @@ exports[`ProfileSlug given an authenticated user given the logged in user as pro
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="content-menu user-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
@ -1904,7 +1901,6 @@ exports[`ProfileSlug given an authenticated user given the logged in user as pro
|
||||
<client-only-stub>
|
||||
<v-popover-stub
|
||||
autohide="true"
|
||||
boundarieselement="body"
|
||||
class="content-menu user-content-menu"
|
||||
container="body"
|
||||
delay="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user