mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix Signature Request scroll (#18305)
* signature-req: fix scroll * signature-req: fix scroll allow items to shrink
This commit is contained in:
parent
0f1c7cab02
commit
6252133c5b
@ -67,6 +67,13 @@
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
max-width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
min-height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__origin {
|
||||
@ -92,13 +99,9 @@
|
||||
}
|
||||
|
||||
&__rows {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border-top: 1px solid var(--color-border-default);
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
&__row {
|
||||
|
Loading…
Reference in New Issue
Block a user