From e232dbb83accd9f4a34fee03307c9753ae8eabb1 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Thu, 25 Apr 2019 12:21:10 +0300 Subject: [PATCH] sidebar-fix --- dmp-frontend/src/assets/css/demo.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dmp-frontend/src/assets/css/demo.css b/dmp-frontend/src/assets/css/demo.css index f193c42a2..5720ef104 100644 --- a/dmp-frontend/src/assets/css/demo.css +++ b/dmp-frontend/src/assets/css/demo.css @@ -32,17 +32,6 @@ h4 { /* float: right; */ } -.sidebar { - position: fixed; - top: 0; - bottom: 0; - left: 0; - z-index: 2; - width: 260px; - background: #fff; - box-shadow: 0 16px 24px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); -} - .sidebar .sidebar-background { position: absolute; z-index: 1;