mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-10 19:41:43 +02:00
parent
24776ee6ce
commit
43d36f9415
@ -11,7 +11,12 @@ const DialogModalLayer = styled.div`
|
|||||||
background-color: rgba(0,0,0,0.6);
|
background-color: rgba(0,0,0,0.6);
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
|
||||||
|
overflow: auto;
|
||||||
|
scrollbar-width: none;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const DialogRoot = styled.div`
|
const DialogRoot = styled.div`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user