diff --git a/css/styles.css b/css/styles.css index 959f122..17a8f5c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -10355,8 +10355,8 @@ body { /* The sidebar menu */ .sidebar { - height: 100%; /* 100% Full-height */ - width: 0; /* 0 width - change this with JavaScript */ + height: 0; /* 100% Full-height */ + width: 100%; /* 0 width - change this with JavaScript */ position: fixed; /* Stay in place */ z-index: 1; /* Stay on top */ top: 0; @@ -10364,7 +10364,6 @@ body { background-color: #111; /* Black*/ opacity:0.5; overflow-x: hidden; /* Disable horizontal scroll */ - padding-top: 60px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */ } diff --git a/index.html b/index.html index eeb98e3..5ad6174 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@