[BUG] White bar in the settings #96

Closed
opened 2022-03-14 19:24:34 +01:00 by JordanDIG · 4 comments

Issue

Environment

  • Custom menu version: lastest
  • Nextcloud version: 23.0.2
  • PHP version: 8.0
  • Web server (Nginx, Apache2): NGINX
  • Web browser and version (Firefox 80, Google Chrome 74, etc): Brave 1.36.112
{
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "[]",
    "background-color": "#1d2136",
    "background-color-opacity": "100",
    "background-color-to": "#1d2136",
    "big-menu": "0",
    "big-menu-hidden-apps": "[]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"office\",\"external_links\",\"files\",\"workflow\",\"integration\",\"games\",\"multimedia\",\"organization\",\"tools\",\"customization\",\"search\",\"social\",\"monitoring\",\"security\",\"dashboard\"]",
    "categories-order-type": "custom",
    "current-app-background-color": "#1a1d2f",
    "dark-mode-background-color": "#1d2136",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#1d2136",
    "dark-mode-current-app-background-color": "#1a1d2f",
    "dark-mode-icon-invert-filter": "0",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#e6e6e6",
    "dark-mode-opener": "side-menu-opener-hamburger",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "force": "1",
    "hide-when-no-apps": "1",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "2.3.3",
    "loader-color": "#e6e6e6",
    "loader-enabled": "1",
    "opener": "side-menu-opener-hamburger",
    "opener-hover": "0",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "0",
    "side-with-categories": "0",
    "size-icon": "big",
    "size-text": "big",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[]",
    "top-side-menu-apps": "[]",
    "types": "",
    "use-avatar": "0"
}

Steps to reproduce

Set up the application and go to the settings
...

Observed Results

A white bar appears at the bottom: https://s.jordand.fr/wjwhEJJG81.png
...

Expected Results

That the white bar is not displayed
...

## Issue ### Environment * Custom menu version: lastest * Nextcloud version: 23.0.2 * PHP version: 8.0 * Web server (Nginx, Apache2): NGINX * Web browser and version (Firefox 80, Google Chrome 74, etc): Brave 1.36.112 ``` { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "[]", "background-color": "#1d2136", "background-color-opacity": "100", "background-color-to": "#1d2136", "big-menu": "0", "big-menu-hidden-apps": "[]", "categories-custom": "[]", "categories-order": "[\"other\",\"office\",\"external_links\",\"files\",\"workflow\",\"integration\",\"games\",\"multimedia\",\"organization\",\"tools\",\"customization\",\"search\",\"social\",\"monitoring\",\"security\",\"dashboard\"]", "categories-order-type": "custom", "current-app-background-color": "#1a1d2f", "dark-mode-background-color": "#1d2136", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#1d2136", "dark-mode-current-app-background-color": "#1a1d2f", "dark-mode-icon-invert-filter": "0", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#e6e6e6", "dark-mode-opener": "side-menu-opener-hamburger", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "force": "1", "hide-when-no-apps": "1", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "2.3.3", "loader-color": "#e6e6e6", "loader-enabled": "1", "opener": "side-menu-opener-hamburger", "opener-hover": "0", "opener-only": "0", "opener-position": "before", "show-settings": "0", "side-with-categories": "0", "size-icon": "big", "size-text": "big", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[]", "top-side-menu-apps": "[]", "types": "", "use-avatar": "0" } ``` ### Steps to reproduce Set up the application and go to the settings ... ### Observed Results A white bar appears at the bottom: https://s.jordand.fr/wjwhEJJG81.png ... ### Expected Results That the white bar is not displayed ...
JordanDIG added the
bug
label 2022-03-14 19:24:34 +01:00
Owner
No description provided.
deblan added the
WIP
label 2022-03-15 10:12:45 +01:00
Owner

Identified source:

#body-settings {
 overflow-x:scroll; <------
 min-height:100%;
 height:auto
}
Identified source: ``` #body-settings { overflow-x:scroll; <------ min-height:100%; height:auto } ```
Author

Would you have an idea to solve the problem ?

Would you have an idea to solve the problem ?
Owner

fixed in v2.3.4!

fixed in v2.3.4!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#96
No description provided.