Add comment explaining z-index
This commit is contained in:
parent
214fa13d7d
commit
f97cef80ae
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CompoundDialog_footer {
|
.mx_CompoundDialog_footer {
|
||||||
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05); /* hardcoded colour for both themes */
|
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05); /* hardcoded colour for both themes */
|
||||||
z-index: 1;
|
z-index: 1; /* needed to make footer & shadow appear above dialog content */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue