Skip to content

Commit 2830e92

Browse files
authored
Merge pull request #4504 from FlowFuse/4502-chat-window-on-flowfuse-cloud-is-obscured
fix remaining HS chat bubble issues
2 parents 89c270b + 63f5e02 commit 2830e92

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

frontend/src/pages/admin/InstanceTypes/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div class="space-y-6">
2+
<!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3+
<div class="space-y-6 mb-14">
34
<SectionTopMenu hero="Instance Types">
45
<template #tools>
56
<ff-button data-action="create-type" @click="showCreateInstanceTypeDialog">

frontend/src/pages/admin/TeamTypes/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div class="space-y-6">
2+
<!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3+
<div class="space-y-6 mb-14">
34
<SectionTopMenu hero="Team Types">
45
<template #tools>
56
<ff-button data-action="create-type" @click="showEditTeamTypeDialog()">

frontend/src/pages/admin/Templates/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div class="space-y-6">
2+
<!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3+
<div class="space-y-6 mb-14">
34
<SectionTopMenu hero="Templates">
45
<template #tools>
56
<ff-button :to="{ name: 'Admin Template', params: { id: 'create' } }">

frontend/src/pages/admin/Users/General.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div class="space-y-6">
2+
<!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3+
<div class="space-y-6 mb-14">
34
<ff-data-table
45
v-model:search="userSearch"
56
:columns="columns"

frontend/src/stylesheets/common.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,3 @@ label {
182182
border-radius: 0;
183183
}
184184
}
185-
186-
div#hubspot-messages-iframe-container {
187-
max-width: 80px;
188-
max-height: 80px;
189-
width: 80px;
190-
height: 80px;
191-
}

0 commit comments

Comments
 (0)