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