Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
stop the bottom edge of buttons getting clipped in devtools (#8400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n authored Apr 24, 2022
1 parent 0c7a4df commit e0076c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res/css/views/dialogs/_DevtoolsDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e0076c9

Please sign in to comment.