Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
bf93b19
1
Parent(s):
5632d43
Update style.css
Browse files
style.css
CHANGED
@@ -78,7 +78,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
78 |
#draw_cta {
|
79 |
|
80 |
}
|
81 |
-
#eraser_container{
|
82 |
width: 62px;
|
83 |
height: 62px;
|
84 |
position: absolute;
|
@@ -88,7 +88,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
88 |
top: -91px;
|
89 |
right: -124px;
|
90 |
}
|
91 |
-
#draw_cta_container{
|
92 |
z-index:100;
|
93 |
position: absolute;
|
94 |
top: -91px;
|
|
|
78 |
#draw_cta {
|
79 |
|
80 |
}
|
81 |
+
#eraser_container.block{
|
82 |
width: 62px;
|
83 |
height: 62px;
|
84 |
position: absolute;
|
|
|
88 |
top: -91px;
|
89 |
right: -124px;
|
90 |
}
|
91 |
+
#draw_cta_container.block{
|
92 |
z-index:100;
|
93 |
position: absolute;
|
94 |
top: -91px;
|