Use shorthand "inset" property (#10825)

This commit is contained in:
Suguru Hirahara
2023-05-09 10:02:12 +00:00
committed by GitHub
parent 5d0b5131f2
commit b3fd9377d6
10 changed files with 12 additions and 48 deletions
+1 -4
View File
@@ -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;
}