Browse Source

Last sidebar fixes

Volodymyr Tkach 2 years ago
parent
commit
ffaafda53b

+ 9 - 1
css/layouts/cp2/base.css

@@ -83,13 +83,17 @@ body,
 		margin-left: 33.333333%;
 	}
 
-	.sidebar-left .scroll,
+	.sidebar .scroll,
 	.content .scroll {
 		height: 100%;
 		margin: 0px -15px;
 		overflow-y: auto;
 		padding: 15px 15px;
 	}
+
+	.sidebars-2 .sidebar {
+		height: 50%;
+	}
 }
 
 @media (min-width: 768px) {
@@ -120,6 +124,10 @@ body,
 		overflow-y: auto;
 		padding: 15px 15px;
 	}
+
+	.sidebars-2 .sidebar {
+		height: 100%;
+	}
 }
 
 @media (min-width: 1200px) {

+ 1 - 1
css/layouts/cp2/example-sidebar-1.html

@@ -9,7 +9,7 @@
 		<link rel="stylesheet" href="./../../grid.css">
 		<link rel="stylesheet" href="./base.css">
 	</head>
-	<body class="cp">
+	<body class="sidebars-1">
 		<header>
 			<div class="container-fluid">
 				Header

+ 1 - 1
css/layouts/cp2/example-sidebar-2.html

@@ -9,7 +9,7 @@
 		<link rel="stylesheet" href="./../../grid.css">
 		<link rel="stylesheet" href="./base.css">
 	</head>
-	<body class="cp">
+	<body class="sidebars-2">
 		<header>
 			<div class="container-fluid">
 				Header