mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
giphy: Move popover-content
styles to giphy-scrolling-container
.
This commit is contained in:
@@ -876,10 +876,11 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
.giphy-scrolling-container {
|
||||
overflow: auto;
|
||||
height: 200px;
|
||||
margin: 2px;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.popover-footer {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="popover-content" data-simplebar>
|
||||
<div class="giphy-scrolling-container" data-simplebar>
|
||||
{{! We need a container we can replace
|
||||
without removing the simplebar wrappers.
|
||||
We replace the `giphy-content` when
|
||||
|
Reference in New Issue
Block a user