kbberendsen commited on
Commit
2f46b58
1 Parent(s): 40cb146

position notification

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -7,10 +7,10 @@
7
  }
8
 
9
  .shiny-notification {
10
- position:
11
  top: 0%;
12
  margin-left: auto;
13
  margin-right: auto;
14
- width: 10%;
15
  background-color: rgba(182, 186, 191);
16
  }
 
7
  }
8
 
9
  .shiny-notification {
10
+ position: absolute;
11
  top: 0%;
12
  margin-left: auto;
13
  margin-right: auto;
14
+ width: 200px;
15
  background-color: rgba(182, 186, 191);
16
  }