mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix permission screen overflow (#13592)
This commit is contained in:
parent
b92aab1e87
commit
6ec07b8121
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user