move below center, to make room (#13222)

This commit is contained in:
Niels Lyngsø
2022-10-17 14:35:59 +02:00
committed by GitHub
parent 8d8e4e0b24
commit 96bf197642

View File

@@ -163,9 +163,10 @@ Grid part:
.umb-block-grid-area-editor__scale-label {
position: absolute;
display: block;
left: 100%;
margin-left: 6px;
right: 0;
top: 100%;
margin-top: 6px;
transform: translateX(50%);
z-index: 2;
background-color: white;