diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-20 12:17:34 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-20 16:07:06 +0200 |
| commit | 78255fc6a1ef18759670682c1d90cee685315493 (patch) | |
| tree | 1caf2586113917e9cd24c39d2e8475ffa59d0396 /opendc-web/opendc-web-ui/src/style | |
| parent | 0b3d0ba3193ebcdeadc6a4b0a192eeb06e9add29 (diff) | |
fix(web/ui): Fix overflow of topology sidebar
This change fixes an issue with the web interface where the sidebar
would overflow due to the large number of rack slots that are displayed
in the sidebar.
Diffstat (limited to 'opendc-web/opendc-web-ui/src/style')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/style/index.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/opendc-web/opendc-web-ui/src/style/index.scss b/opendc-web/opendc-web-ui/src/style/index.scss index ff84e24a..7b7103a4 100644 --- a/opendc-web/opendc-web-ui/src/style/index.scss +++ b/opendc-web/opendc-web-ui/src/style/index.scss @@ -22,15 +22,7 @@ body, #__next { - margin: 0; - padding: 0; - width: 100%; height: 100%; background: #eee; } - -.full-height { - position: relative; - height: 100% !important; -} |
