1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-02-14 20:11:44 +01:00
4 changed files with 26 additions and 5 deletions

View File

@ -1327,6 +1327,8 @@ phpbb.toggleDropdown = function() {
$this.css({
marginLeft: 0,
left: 0,
marginRight: 0,
right: 0,
maxWidth: (windowWidth - 4) + 'px'
});