Skip to content

Commit 41ad6b5

Browse files
committed
fix: make sure large thumbnails are rendered above search bar
1 parent 25a5d45 commit 41ad6b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/components/document-list-item.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<span>{{@document.title}}</span>
2222
<div
2323
class="document-thumbnail"
24-
uk-dropdown="pos: right-bottom; offset: 15; delay-show: 400; delay-hide: 100;"
24+
uk-dropdown="pos: right-center; offset: 15; delay-show: 400; delay-hide: 100; container: .alexandria-container;"
2525
>
2626
<img
2727
data-src="{{@document.thumbnail.value}}"

addon/templates/application.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="uk-flex uk-flex-1 uk-height-1-1 uk-border uk-background-default">
1+
<div class="alexandria-container uk-flex uk-flex-1 uk-height-1-1 uk-border uk-background-default">
22
<CategoryNav @selected={{this.category}} />
33
<section
44
class="uk-width-1 uk-flex uk-flex-column uk-overflow-hidden uk-height-max-1"

0 commit comments

Comments
 (0)