summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorraJaouad <dorra.jaoued7@gmail.com>2023-06-13 12:59:09 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-16 07:34:47 +0000
commit3a1b02998138519a6f3dfc3071a2786cc9703a82 (patch)
treea0c637c2b16406cb867e10920f2219d77c241e2c
parentd469e78c3e4ab111691e0d5502795cc168f7eaa7 (diff)
Prevent the navigation bar from floating
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
index 135a857af..15df405c9 100644
--- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
@@ -456,12 +456,12 @@ export default {
the margin applied to the content is added to the total modal width,
so here we subtract it to the width and height of the content.
*/
- height: 100%;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
+ gap: 10px;
&__content {
/**