We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a5d45 commit 41ad6b5Copy full SHA for 41ad6b5
addon/components/document-list-item.hbs
@@ -21,7 +21,7 @@
21
<span>{{@document.title}}</span>
22
<div
23
class="document-thumbnail"
24
- uk-dropdown="pos: right-bottom; offset: 15; delay-show: 400; delay-hide: 100;"
+ uk-dropdown="pos: right-center; offset: 15; delay-show: 400; delay-hide: 100; container: .alexandria-container;"
25
>
26
<img
27
data-src="{{@document.thumbnail.value}}"
addon/templates/application.hbs
@@ -1,4 +1,4 @@
1
-<div class="uk-flex uk-flex-1 uk-height-1-1 uk-border uk-background-default">
+<div class="alexandria-container uk-flex uk-flex-1 uk-height-1-1 uk-border uk-background-default">
2
<CategoryNav @selected={{this.category}} />
3
<section
4
class="uk-width-1 uk-flex uk-flex-column uk-overflow-hidden uk-height-max-1"
0 commit comments