/* Make the action tooltip have the same dimensions as the parent element. */
/* Parent must have 'position: relative'. */
[data-action-tooltip] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
