1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/components/app/signature-request/signature-request-message/index.scss

25 lines
364 B
SCSS
Raw Normal View History

.signature-request-message {
flex: 1 60%;
max-height: 231px;
position: relative;
&__root {
flex: 1 100%;
overflow: auto;
2022-08-04 16:03:02 +02:00
@include screen-sm-min {
width: auto;
}
}
&__scroll-button {
position: absolute;
right: 28px;
bottom: 12px;
border-radius: 50%;
height: 24px;
width: 24px;
cursor: pointer;
}
}