Share document link that opens full editor (#4134)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Denis Olsem
2022-09-29 06:49:35 -05:00
committed by GitHub
parent 5b33aa6649
commit 492affb29a
4 changed files with 86 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ const Contents = styled.div<{ $shrink?: boolean; $width?: number }>`
border-radius: 6px;
padding: ${(props) => (props.$shrink ? "6px 0" : "12px 24px")};
max-height: 50vh;
overflow-y: scroll;
overflow-y: auto;
box-shadow: ${(props) => props.theme.menuShadow};
width: ${(props) => props.$width}px;