@secondstaxorg/sscomp 1.7.94 → 1.7.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22550,6 +22550,8 @@ const SideModalContainer = styled.div`
|
|
|
22550
22550
|
background: ${theme.colors.white};
|
|
22551
22551
|
padding: 0;
|
|
22552
22552
|
margin: 0;
|
|
22553
|
+
display: flex;
|
|
22554
|
+
flex-direction: column;
|
|
22553
22555
|
animation: 0.3s slideIn ease-out;
|
|
22554
22556
|
@keyframes slideIn{
|
|
22555
22557
|
from{
|
|
@@ -22588,6 +22590,7 @@ const Button = styled.button`
|
|
|
22588
22590
|
|
|
22589
22591
|
const ModalContent = styled.div`
|
|
22590
22592
|
padding: 32px;
|
|
22593
|
+
overflow-y: auto;
|
|
22591
22594
|
`;
|
|
22592
22595
|
|
|
22593
22596
|
const ModalTitleArea = styled.div`
|