mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
16 lines
249 B
SCSS
16 lines
249 B
SCSS
|
.snap-privacy-warning {
|
||
|
&__content {
|
||
|
max-height: 325px;
|
||
|
overflow-y: auto;
|
||
|
|
||
|
&__scroll-button {
|
||
|
position: absolute;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
right: 0;
|
||
|
left: 0;
|
||
|
bottom: 110px;
|
||
|
}
|
||
|
}
|
||
|
}
|