Commit 1863b168 authored by Matthew Dizon's avatar Matthew Dizon

sidebar position: fixed

parent f9a62a23
......@@ -33,7 +33,7 @@
<div class="container-fluid pt-3" style="background-color: #23272B; min-height: 100%;">
<div class="row">
{% if request.path != "/" and request.path != "/signup" %}
<div class ="col-2 justify-content-left position-sticky">
<div class ="col-2 justify-content-left position-fixed">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link {% if request.path == '/home' %} active {% endif %}" href="/home"> View Orders </a>
......@@ -51,7 +51,7 @@
</div>
{% endif %}
<div class="col-10 justify-content-center mb-5">
<div class="col-10 justify-content-center mb-5" style="margin-left: 16.67%">
{% block content %}
{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment