UX: lower z-index (#23386)

* UX: lower z-index

* Update plugins/chat/assets/stylesheets/common/chat-side-panel-resizer.scss

Co-authored-by: Jarek Radosz <jradosz@gmail.com>

---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
chapoi 2023-09-04 22:30:51 +02:00 committed by GitHub
parent c7dce90f43
commit bf971b022d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
bottom: 0;
position: absolute;
z-index: calc(z("header") - 1);
z-index: z("composer", "content") - 1;
transition: background-color 0.15s 0.15s;
background-color: transparent;