Fix popover bug for hardware and documentation nav items

Hardware and documentation nav popovers are and would appear offscreen when opening above the nav item. Transform has been addded to address this behavior
This commit is contained in:
mhamby47 2022-03-19 12:32:10 -05:00
parent 22d3d5d8a2
commit 56ebd86785
1 changed files with 2 additions and 1 deletions

View File

@ -557,7 +557,8 @@ html {
top: 92%;
left: -25%; }
.popover.open-top {
top: -122%;
transform: translate(0, -100%);
top: -5%;
left: -25%; }
.popover.open-bottom .popover-item:first-child .popover-link:after,
.popover.open-bottom .popover-item:first-child .popover-link:before,