ohif-viewer/Packages/ohif-core/client/components/scrollArea/scrollArea.html

8 lines
303 B
HTML
Raw Normal View History

<template name="scrollArea">
<div class="scroll-area {{this.class}}">
2017-10-12 15:10:43 +02:00
<div class="scrollable {{this.scrollableClass}} {{#if instance.config.scrollX}}scroll-x{{/if}} {{#if instance.config.scrollY}}scroll-y{{/if}}">
{{>Template.contentBlock}}
</div>
</div>
</template>