Files
design-themes/theme_bistro/views/layout.xml
T

12 lines
393 B
XML
Raw Normal View History

2021-06-29 08:48:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Right align Scroll-to-Top button -->
<template id="option_footer_scrolltop" inherit_id="website.option_footer_scrolltop">
<xpath expr="//*[@id='o_footer_scrolltop_wrapper']" position="attributes">
<attribute name="class" add="justify-content-end" remove="justify-content-center" separator=" "/>
</xpath>
</template>
</odoo>