logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0b914d78155b8b5a5adfbeba91198766e315b9a0
parent 76d99c08d6740886b8c52ee4a0291706dc68ca3f
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed,  6 Apr 2022 15:05:09 -0400

Make modal display over the top bar

Diffstat:

Msrc/components/dialog_modal/dialog_modal.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/dialog_modal/dialog_modal.vue b/src/components/dialog_modal/dialog_modal.vue @@ -39,7 +39,7 @@ right: 0; top: 0; background: rgb(27 31 35 / 50%); - z-index: 99; + z-index: 2000; } } @@ -51,7 +51,7 @@ margin: 15vh auto; position: fixed; transform: translateX(-50%); - z-index: 999; + z-index: 2001; cursor: default; display: block; background-color: $fallback--bg;