Commit ecc031bb70b68b45b908839d3a56f22559706a6d

Fix CSS issues in text annotation

  Giving higher z-index to #sweet-list-wrapper to work appropriately in all
websites.
  • Diff rendering mode:
  • inline
  • side by side

swtr/static/css/swtmaker.css

30 position: absolute;30 position: absolute;
31 top: 33%;31 top: 33%;
32 left: 33%;32 left: 33%;
33 z-index: 100;
33 z-index: 1000;
34 border: 1px solid #999;34 border: 1px solid #999;
35 box-shadow: 1px 1px 6px #999;35 box-shadow: 1px 1px 6px #999;
36 background-color: #FFF;36 background-color: #FFF;