Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: more fixes for z-indexes in panels fix for chat shadow fixes for z-indexes
This commit is contained in:
commit
cfa3f27eef
7 changed files with 22 additions and 18 deletions
|
|
@ -22,6 +22,8 @@
|
|||
margin: 0 0 0 0;
|
||||
border-radius: 10px 10px 0 0;
|
||||
border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0;
|
||||
margin-bottom: calc(var(--___columnMargin) * -1);
|
||||
padding-bottom: var(--___columnMargin);
|
||||
|
||||
&::after {
|
||||
border-radius: 0;
|
||||
|
|
@ -40,7 +42,7 @@
|
|||
bottom: 0;
|
||||
background-color: $fallback--bg;
|
||||
background-color: var(--bg, $fallback--bg);
|
||||
z-index: 10;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.chat-view-heading {
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
text-align: left;
|
||||
list-style: none;
|
||||
max-width: 100vw;
|
||||
z-index: 10;
|
||||
z-index: 200;
|
||||
white-space: nowrap;
|
||||
|
||||
.dropdown-divider {
|
||||
|
|
|
|||
|
|
@ -509,7 +509,7 @@
|
|||
flex-direction: column;
|
||||
padding: 0.25em 0.5em 0.5em;
|
||||
line-height:24px;
|
||||
z-index: 50;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
form textarea.form-cw {
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
|
||||
.drop-indicator {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 11;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue