Fix scrolling sync, tweak styles

This commit is contained in:
Daniel Lautzenheiser
2022-09-20 09:14:34 -04:00
parent e33f3dec02
commit e2b11ba3ff
12 changed files with 165 additions and 77 deletions

View File

@ -17,8 +17,8 @@ const StyledDropdownButton = styled(DropdownButton)`
${buttons.button};
${buttons.default};
display: block;
padding-left: 20px;
padding-right: 40px;
padding-left: 20px!important;
padding-right: 40px!important;
position: relative;
&:after {

View File

@ -562,6 +562,11 @@ function GlobalStyles() {
textarea {
resize: none;
}
.ol-viewport {
position: absolute!important;
top: 0;
}
}
`}
/>