forked from Techsystech/web
[FIX][web_responsive] Remove hidden floating input over images
Without this patch, when you clicked on a partner's name field next to its image, it asked you to change its image.9.0
parent
3fed0754f0
commit
df13c92c68
|
@ -82,6 +82,9 @@
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
.oe_hidden_input_file {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Adapt chatter widget to small viewports
|
// Adapt chatter widget to small viewports
|
||||||
.oe_chatter {
|
.oe_chatter {
|
||||||
|
|
Loading…
Reference in New Issue