diff --git a/package.json b/package.json index c4554aef..0a774137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fuse/starter", - "version": "13.6.1", + "version": "13.6.2", "description": "Fuse - Angular Admin Template and Starter Project", "author": "https://themeforest.net/user/srcn", "license": "https://themeforest.net/licenses/standard", diff --git a/src/@fuse/version/fuse-version.ts b/src/@fuse/version/fuse-version.ts index 48095f0f..0f6aa721 100644 --- a/src/@fuse/version/fuse-version.ts +++ b/src/@fuse/version/fuse-version.ts @@ -1,3 +1,3 @@ import { Version } from '@fuse/version/version'; -export const FUSE_VERSION = new Version('13.6.1').full; +export const FUSE_VERSION = new Version('13.6.2').full; diff --git a/src/app/layout/common/quick-chat/quick-chat.component.scss b/src/app/layout/common/quick-chat/quick-chat.component.scss index a59ee18e..d10b1e0a 100644 --- a/src/app/layout/common/quick-chat/quick-chat.component.scss +++ b/src/app/layout/common/quick-chat/quick-chat.component.scss @@ -12,7 +12,7 @@ quick-chat { } } - :not(&.quick-chat-opened) { + &:not(.quick-chat-opened) { > div { overflow: visible;