Skip to content

Commit 5fabe35

Browse files
committed
Merge remote-tracking branch 'origin/hotfix-18.2' into develop
2 parents fc06a76 + eeb46ec commit 5fabe35

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

Rock.JavaScript.Obsidian.Blocks/src/Communication/communicationDetail.obs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@
169169
flex-wrap: wrap;
170170
gap: var(--spacing-xsmall);
171171
}
172+
173+
:deep(.panel-scrollable-content) {
174+
overflow: unset;
175+
}
172176
</style>
173177

174178
<script setup lang="ts">

RockWeb/Styles/_blocks-communication.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,12 @@ iframe.email-body {
600600
top: 0;
601601
}
602602

603+
.communication-detail-recipient-details .sticky-column-header {
604+
top: 57px;
605+
position: sticky;
606+
z-index: 1;
607+
}
608+
603609
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body:has(.communication-detail-recipient-details) {
604610
overflow: auto;
605611
}

RockWeb/Styles/styles-v2/blocks/_blocks-communication.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ iframe.email-body {
326326
top: 0;
327327
}
328328
.communication-detail-recipient-details .sticky-column-header {
329-
top: 37px;
329+
top: 57px;
330330
}
331331

332332
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body:has(.communication-detail-recipient-details) {

RockWeb/Themes/RockNextGen/Styles/_variable-overrides.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

RockWeb/Themes/RockNextGen/Styles/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22222,7 +22222,7 @@ iframe.email-body {
2222222222
}
2222322223

2222422224
.communication-detail-recipient-details .sticky-column-header {
22225-
top: 37px;
22225+
top: 57px;
2222622226
}
2222722227

2222822228
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body:has(.communication-detail-recipient-details) {

0 commit comments

Comments
 (0)