Commit ecc031bb70b68b45b908839d3a56f22559706a6d

Fix CSS issues in text annotation

  Giving higher z-index to #sweet-list-wrapper to work appropriately in all
websites.
  
3030 position: absolute;
3131 top: 33%;
3232 left: 33%;
33 z-index: 100;
33 z-index: 1000;
3434 border: 1px solid #999;
3535 box-shadow: 1px 1px 6px #999;
3636 background-color: #FFF;