Use shorthand "inset" property (#10825)
This commit is contained in:
parent
5d0b5131f2
commit
b3fd9377d6
10 changed files with 12 additions and 48 deletions
|
@ -17,10 +17,7 @@ limitations under the License.
|
|||
.mx_PollCreateDialog {
|
||||
.mx_PollCreateDialog_busy {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
inset: 0;
|
||||
background-color: rgba($background, 0.6);
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue