diff --git a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue index 9dcd126bb..6688d0c6a 100644 --- a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue +++ b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue @@ -97,7 +97,6 @@ export default { max-width: 500px; } .vue-popover-theme { - z-index: 1000000; } diff --git a/webapp/components/utils/InternalPages.js b/webapp/components/utils/InternalPages.js index 6a10f7293..dfdc04a6e 100644 --- a/webapp/components/utils/InternalPages.js +++ b/webapp/components/utils/InternalPages.js @@ -1,27 +1,6 @@ import { PageParams } from '~/components/utils/PageParams.js' export const defaultPageParamsPages = { - CHAT: new PageParams({ - name: 'chat', - - // externalLink: { - // url: 'https://ocelot.social', - // target: '_blank', - // }, - externalLink: null, // if defined it's dominating - - internalPage: { - pageRoute: '/chat', // static, don't change! internal page in case no external is defined - footerIdent: 'chatX', // localized string identifier - headTitleIdent: 'chatX', // localized string identifier - headlineIdent: 'chatX', // localized string identifier. on null it's hidden, on empty string default is used - hasContainer: true, - hasBaseCard: true, - hasLoginInHeader: true, - // in case internal page content is here 'webapp/locales/html/' - // htmlIdent: 'html.chat', - }, - }), ORGANIZATION: new PageParams({ name: 'organization', diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index a61a22e59..814edd8f2 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -12,21 +12,15 @@
- - - -
- - - RoomID: {{ $store.getters['chat-modul/showChatModul'].roomID }} - x - - - -
- - -
+ +
+ + RoomID: {{ $store.getters['chat-modul/showChatModul'].roomID }} + x + + +
+ >
-