Skip to content

Commit 3655c10

Browse files
committed
side popup update
1 parent 8a826f1 commit 3655c10

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/ui/layouts/stackComponents/ConfigureComponent/SidePopup/index.module.scss

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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;
@@ -9,7 +18,7 @@
918
bottom: 0;
1019
top: 13rem;
1120
height: 88rem;
12-
min-width: 700px;
21+
min-width: 45vw;
1322
overflow: auto;
1423
}
1524

@@ -20,14 +29,6 @@
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;

src/ui/layouts/stackComponents/ConfigureComponent/SidePopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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%' }}

0 commit comments

Comments
 (0)