Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
f5a94af
1
Parent(s):
2f46b58
notification position
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
}
|
8 |
|
9 |
.shiny-notification {
|
10 |
-
position:
|
11 |
-
top: 0
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
width: 200px;
|
|
|
7 |
}
|
8 |
|
9 |
.shiny-notification {
|
10 |
+
position: fixed;
|
11 |
+
top: calc(0%);
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
width: 200px;
|