giphy: Move popover-content styles to giphy-scrolling-container.

This commit is contained in:
Aman Agrawal
2023-10-09 17:17:50 +00:00
committed by Tim Abbott
parent 094ac010fb
commit 04c4b6e8b8
2 changed files with 3 additions and 2 deletions

View File

@@ -876,10 +876,11 @@ ul {
} }
} }
.popover-content { .giphy-scrolling-container {
overflow: auto; overflow: auto;
height: 200px; height: 200px;
margin: 2px; margin: 2px;
padding: 5px 0;
} }
.popover-footer { .popover-footer {

View File

@@ -7,7 +7,7 @@
<i class="fa fa-remove" aria-hidden="true"></i> <i class="fa fa-remove" aria-hidden="true"></i>
</button> </button>
</div> </div>
<div class="popover-content" data-simplebar> <div class="giphy-scrolling-container" data-simplebar>
{{! We need a container we can replace {{! We need a container we can replace
without removing the simplebar wrappers. without removing the simplebar wrappers.
We replace the `giphy-content` when We replace the `giphy-content` when