Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
·
05d26a2
1
Parent(s):
90653a5
update position notification
Browse files- styles.css +1 -2
styles.css
CHANGED
@@ -12,8 +12,7 @@
|
|
12 |
}
|
13 |
|
14 |
.shiny-notification {
|
15 |
-
|
16 |
-
top: calc(0%);
|
17 |
margin: auto;
|
18 |
width: 200px;
|
19 |
background-color: rgba(182, 186, 191,.9);
|
|
|
12 |
}
|
13 |
|
14 |
.shiny-notification {
|
15 |
+
top: 0;
|
|
|
16 |
margin: auto;
|
17 |
width: 200px;
|
18 |
background-color: rgba(182, 186, 191,.9);
|