.inlinePopover {
  position: fixed;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  width: 260px;
  border-radius: 5px;
}
