scroll die dritte
This commit is contained in:
parent
dc3b4069ef
commit
b5c8a67eb7
|
|
@ -31,4 +31,3 @@ html h1 {
|
||||||
font-family: 'Roboto' !important;
|
font-family: 'Roboto' !important;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
#sidebar{overflow-y:scroll !important;}
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<ul class="navbar-nav bg-gray-900 sidebar sidebar-dark accordion fixed " id="accordionSidebar">
|
<ul class="navbar-nav bg-gray-900 sidebar sidebar-dark accordion fixed " data-spy="affix" id="accordionSidebar">
|
||||||
|
|
||||||
<!-- Sidebar - Brand -->
|
<!-- Sidebar - Brand -->
|
||||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue