Minor changes
This commit is contained in:
parent
b5fa729e5d
commit
eea1f424fc
4 changed files with 9 additions and 2 deletions
|
@ -43,6 +43,7 @@ const Container = styled(PointerEventsHandler)`
|
|||
&.invisible {
|
||||
pointer-events: none !important;
|
||||
opacity: 0;
|
||||
transform: translateX(1000000px);
|
||||
}
|
||||
`
|
||||
|
||||
|
|
|
@ -86,6 +86,7 @@ const ClosePanelButton = styled.button`
|
|||
*/
|
||||
const F2 = styled(F2Impl)`
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
&:after {
|
||||
z-index: 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue