Skip to content

Commit

Permalink
Extend sidebar to full height when video is present
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Nov 1, 2024
1 parent f73b578 commit 459e716
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2073,13 +2073,13 @@ Logic Interface CSS


.analytics-pinned-region-cards-container.analytics-has-video {
bottom: calc(320px + 91px); /* guess at video top */
bottom: calc(48px + 151px + 4px * 2 + 50px); /* guess at video button top */
}

.analytics-video, .analytics-video-background {
position: absolute;
left: 35px;
bottom: calc(320px - 66px - 66px + 14px);
bottom: 48px;
width: calc(15rem + 2 * 14px);
height: 151px;

Expand All @@ -2101,7 +2101,8 @@ Logic Interface CSS
.analytics-video-toggle {
position: absolute;
left: 35px;
bottom: calc(320px + 37px);
bottom: calc(48px + 151px);
margin-bottom: 4px;

z-index: 2900;
transform: translateZ(2900px);
Expand Down

0 comments on commit 459e716

Please sign in to comment.