Skip to content

Commit

Permalink
Fix - fixed conditional highlighting not scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomansley committed Oct 22, 2024
1 parent 400abba commit 7fe6bd4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
@description :
@author : [email protected]
@group :
@last modified on : 09-15-2024
@last modified by :
@last modified on : 10-22-2024
@last modified by : [email protected]
Modifications Log
Ver Date Author Modification
1.0 08-12-2020 [email protected] Initial Version
Expand Down Expand Up @@ -106,7 +106,7 @@ <h2 id="modal-heading-01" class="slds-text-heading_small slds-hyphenate">{listVi
<!-- CONDITIONS -->
<!-- ====================================================================================================================================== -->
<lightning-tab label={label.Conditional_Highlighting}>
<div class="scroll slds-modal__content slds-p-around_xx-small pageSpinnerHolder" id="modal-condition-content" style="min-width: 1300px; overflow: initial;">
<div class="scroll slds-modal__content slds-p-around_xx-small pageSpinnerHolder" id="modal-condition-content" style="min-width: 1300px; overflow: auto;">
<template if:true={spinner}>
<lightning-spinner alternative-text="Loading" size="medium" class="spinnerClass"></lightning-spinner>
</template>
Expand Down Expand Up @@ -348,7 +348,7 @@ <h2 id="modal-heading-01" class="slds-text-heading_small slds-hyphenate">{listVi
<!-- COLUMN STYLES -->
<!-- ====================================================================================================================================== -->
<lightning-tab label={label.Column_Styles}>
<div class="scroll slds-modal__content slds-p-around_xx-small pageSpinnerHolder" id="modal-style-content" style="min-width: 1300px; overflow: initial;">
<div class="scroll slds-modal__content slds-p-around_xx-small pageSpinnerHolder" id="modal-style-content" style="min-width: 1300px; overflow: auto;">
<template if:true={spinner}>
<lightning-spinner alternative-text="Loading" size="medium" class="spinnerClass"></lightning-spinner>
</template>
Expand Down

0 comments on commit 7fe6bd4

Please sign in to comment.