mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_drop_target: Don't collide with odoo drag and drop implementation
This commit is contained in:
committed by
Jasmin Solanki
parent
6c0c0cd245
commit
6cd4c2b6e0
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<template>
|
||||
<t t-name="web_drop_target.drop_overlay">
|
||||
<div class="o_drag_over">
|
||||
<div class="o_drag_over d-none">
|
||||
<div class="o_drag_over_content">
|
||||
<div>
|
||||
<i class="fa fa-file-o fa-5x" aria-hidden="true" />
|
||||
|
||||
Reference in New Issue
Block a user