mirror of https://github.com/zulip/zulip.git
giphy: Move `popover-content` styles to `giphy-scrolling-container`.
This commit is contained in:
parent
094ac010fb
commit
04c4b6e8b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue