kbberendsen commited on
Commit
9340eae
·
1 Parent(s): 5525b3c

notification at top

Browse files
Files changed (1) hide show
  1. styles.css +1 -1
styles.css CHANGED
@@ -1,5 +1,5 @@
1
  .shiny-notification {
2
  position:fixed;
3
- top: calc(50%);
4
  left: calc(50% - 150px);
5
  }
 
1
  .shiny-notification {
2
  position:fixed;
3
+ top: calc(5%);
4
  left: calc(50% - 150px);
5
  }