1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Fix permission screen overflow (#13592)

This commit is contained in:
Guillaume Roux 2022-02-22 20:50:28 +01:00 committed by GitHub
parent b92aab1e87
commit 6ec07b8121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,12 @@
&__wrapper {
width: 92%;
display: flex;
overflow: hidden;
}
&__list {
flex: 2 1 0;
width: 92%;
width: 100%;
max-height: max-content;
border: 1px solid #d0d5da;
box-sizing: border-box;