nou nou wrote: 08 Nov 2017, 07:00 I've found an odd behaviour (bug?) with Image Upload 1.0.4 and Board Announcements on phpBB3.2...
When Image Upload is enabled, an announcement made with Board Announcements cannot be dismissed, even though the setting in the ACP allows for it. The little button to do so in the top right of the announcement disappears as soon as Image Upload is enabled. Disable Image Upload and the button comes back.
Conflict?
[ Post made via Android ]![]()
Found what's causing the issue. This CSS rule
Code: Select all
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}Any recommendation on how to solve this?






