Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
·
e225d73
1
Parent(s):
9340eae
top 0%
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
.shiny-notification {
|
2 |
position:fixed;
|
3 |
-
top: calc(
|
4 |
left: calc(50% - 150px);
|
5 |
}
|
|
|
1 |
.shiny-notification {
|
2 |
position:fixed;
|
3 |
+
top: calc(0%);
|
4 |
left: calc(50% - 150px);
|
5 |
}
|