File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11@import ' ../../../../globalStyles.scss' ;
22
33
4+ .popupContainer {
5+ // height: 100vh;
6+ // width: 100vw;
7+ // top: 0;
8+ // left: 0;
9+ z-index : 1 ;
10+ position : relative ;
11+ }
12+
413.sidePopup {
514 background : #ffffff ;
615 border-radius : 4px ;
918 bottom : 0 ;
1019 top : 13rem ;
1120 height : 88rem ;
12- min-width : 700 px ;
21+ min-width : 45 vw ;
1322 overflow : auto ;
1423}
1524
2029 }
2130}
2231
23- .popupContainer {
24- height : 100vh ;
25- width : 100vw ;
26- top : 0 ;
27- left : 0 ;
28- z-index : 1 ;
29- }
30-
3132.actionSection {
3233 width : 100% ;
3334 background-color : #ffffff ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const SidePopup: React.FC<{
1717 >
1818 < Box className = { styles . sidePopup } >
1919 < OutsideClickHandler onOutsideClick = { onClose } >
20- < Box paddingLeft = "md" paddingTop = "sm" >
20+ < Box paddingTop = "sm" >
2121 < iframe
2222 title = "ZenML - Organization Embed"
2323 style = { { border : '0px' , height : '100vh' , width : '100%' } }
You can’t perform that action at this time.
0 commit comments