Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
5632d43
1
Parent(s):
47d9b7b
Update style.css
Browse files
style.css
CHANGED
@@ -53,7 +53,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
53 |
justify-content: center;
|
54 |
}
|
55 |
.image_container {
|
56 |
-
overflow: visible;
|
57 |
flex-shrink: 0 !important;
|
58 |
flex-grow: 0 !important;
|
59 |
flex-basis: 500px !important;
|
@@ -89,9 +89,10 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
89 |
right: -124px;
|
90 |
}
|
91 |
#draw_cta_container{
|
|
|
92 |
position: absolute;
|
93 |
-
top:
|
94 |
-
right: -
|
95 |
}
|
96 |
#eraser {
|
97 |
padding: 16px;
|
|
|
53 |
justify-content: center;
|
54 |
}
|
55 |
.image_container {
|
56 |
+
overflow: visible !important;
|
57 |
flex-shrink: 0 !important;
|
58 |
flex-grow: 0 !important;
|
59 |
flex-basis: 500px !important;
|
|
|
89 |
right: -124px;
|
90 |
}
|
91 |
#draw_cta_container{
|
92 |
+
z-index:100;
|
93 |
position: absolute;
|
94 |
+
top: -91px;
|
95 |
+
right: -124px;
|
96 |
}
|
97 |
#eraser {
|
98 |
padding: 16px;
|