Skip to content
Snippets Groups Projects
Commit f0fccac3 authored by nizune's avatar nizune
Browse files

Update: Fixed color swatch on mobile

parent 64f415ac
Branches
No related merge requests found
......@@ -42,6 +42,8 @@ const SwatchesBase = styled.div`
height: 0;
top: 72px;
opacity: 0;
padding: 0;
border: 0;
position: relative;
pointer-events: none;
}
......@@ -97,6 +99,7 @@ const Rows = styled.div`
display: flex;
flex-direction: column;
overflow: auto;
padding-bottom: 4px;
> div {
gap: 8px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment