Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
9dab9d4
1
Parent(s):
6a0c8a8
create styles.css
Browse files- styles.css +5 -0
styles.css
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.shiny-notification {
|
2 |
+
position:fixed;
|
3 |
+
top: calc(50%);
|
4 |
+
left: calc(50% - 150px);
|
5 |
+
}
|