Skip to content

Commit 5c997d4

Browse files
committed
Fix tab bug on storefront
1 parent 11f2dd8 commit 5c997d4

File tree

1 file changed

+12
-0
lines changed
  • app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source

1 file changed

+12
-0
lines changed

app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source/_module.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,15 @@ and (orientation : landscape) {
8181
bottom: 89%;
8282
top: auto;
8383
}
84+
85+
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
86+
bottom: 0;
87+
content: '';
88+
height: 100px;
89+
left: 0;
90+
margin: auto;
91+
position: absolute;
92+
right: 0;
93+
top: 12px;
94+
width: 100px;
95+
}

0 commit comments

Comments
 (0)