ps-toolkit-ui 1.9.97 → 1.9.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.9.97",
3
+ "version": "1.9.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"
@@ -494,6 +494,9 @@ body{
494
494
  .f-r{float:right!important}.f-l{float:left!important}.f-u{float:unset!important}
495
495
 
496
496
  /* Positioning and visibility settings of the tooltip */
497
+ [data-tooltip]{
498
+ position: relative;
499
+ }
497
500
  [data-tooltip]:before,
498
501
  [data-tooltip]:after {
499
502
  position: absolute;