diff options
Diffstat (limited to 'labbot/addons/dashboard/templates/base.html')
-rw-r--r-- | labbot/addons/dashboard/templates/base.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/labbot/addons/dashboard/templates/base.html b/labbot/addons/dashboard/templates/base.html index 8fa7d76..bf785ba 100644 --- a/labbot/addons/dashboard/templates/base.html +++ b/labbot/addons/dashboard/templates/base.html @@ -68,6 +68,12 @@ font-size: .75rem; } + .sidebar-bottom { + position: absolute; + + bottom: 0; + } + /* * Navbar */ @@ -110,14 +116,6 @@ max-height: 80vh; } - .sidebar-bottom { - position: absolute; - - bottom: 0; - } - - - </style> </head> <body> |