George Vrancianu 8 лет назад
Родитель
Сommit
d4b842dcd4
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/components/WithSidebar/WithSidebar.scss

+ 2 - 0
src/components/WithSidebar/WithSidebar.scss

@@ -29,6 +29,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   height: 100%;
   box-sizing: border-box;
   padding: 40px 32px;
+  position: fixed;
   ul {
     padding-left: 64px;
     list-style: none;
@@ -55,4 +56,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .container {
   margin: 0 auto;
   flex: 1;
+  padding-left: 320px;
 }