.ol-fixedoverlay {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
   
  .element:focus-visible {
    background-color: pink; /* Something to get the user's attention */
  }