stop the bottom edge of buttons getting clipped in devtools (#8400)

t3chguy/dedup-icons-17oct
Matthew Hodgson 2022-04-24 23:35:01 +01:00 committed by GitHub
parent 0c7a4dfcac
commit e0076c9f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ limitations under the License.
}
.mx_DevTools_content {
margin: 10px 0;
overflow-y: auto;
height: calc(100% - 124px); // 58px for buttons + 50px for header + 8px margin around
}