Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion voip_oca/static/src/components/softphone/softphone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: 300px;
height: auto;
max-height: 70%;
z-index: 99;
z-index: 1001;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say this z-index is on purpose for not being on top on certain cases, isn't it @etobella ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping @etobella


.o_voip_softphone_header {
background-color: $o-community-color !important;
Expand Down