fix detail page title on mobile devices
This commit is contained in:
parent
4fc39ff94c
commit
58cb50a2d6
1 changed files with 2 additions and 1 deletions
|
@ -509,13 +509,14 @@
|
|||
align-items: center;
|
||||
align-content: center;
|
||||
position: sticky;
|
||||
top: 6.6%;
|
||||
top: 3.85em;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.layout-mobile .detailPagePrimaryContainer {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.layout-tv .detailPagePrimaryContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue