mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +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;
|
overflow: auto;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-footer {
|
.popover-footer {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user