Skip to content

Commit

Permalink
fix: Fix Chat drawer displayed under other drawers - MEED-7574 - Meed…
Browse files Browse the repository at this point in the history
…s-io/MIPs#151 (#774)

Prior to this change, the chat drawer was always displayed under the other opened drawer due to CSS parent class selector 'miniChatDrawer' which has been made as mandatory in less files to make the Style applied. This change will just move all '.chatDrawer' CSS custom style outside of 'miniChatDrawer' parent selector and will delete the 'attached' attribute from 'exo-drawer' generic Vue component to allow displaying the drawer on top of the other already opened drawers (ex: Space Members Drawer from Space Home Page).
  • Loading branch information
boubaker authored Oct 7, 2024
1 parent e34dd14 commit 7328bb8
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 351 deletions.
Loading

0 comments on commit 7328bb8

Please sign in to comment.