]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Improved scrollbar when the "aside" area is to short.
authorMichael Vogel <icarus@dabo.de>
Fri, 4 Oct 2013 09:12:29 +0000 (11:12 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 4 Oct 2013 09:12:29 +0000 (11:12 +0200)
view/theme/vier/style.css

index 658ce1b7351ce75c3d7dc271b38bfbc57f7295ad..359907dbd98f2cdc8a71a377ae3d60af8f4db505 100644 (file)
@@ -863,19 +863,21 @@ aside {
   /* display: table-cell; */
   vertical-align: top;
   width: 185px;
-  padding: 32px 10px 10px 20px;
+  /* padding: 32px 10px 10px 20px; */
+  padding: 10px 10px 0px 20px;
   /* border-right: 1px solid #D2D2D2; */
   /* background-color: #ECECF2; */
   background-color: #F2F2F2;
   font-size: 13px;
   /* background: #F1F1F1; */
-  top: 0px;
+  /* top: 0px; */
+  top: 32px;
   overflow-y: auto;
   z-index: 2;
 
   position: fixed;
   /* overflow: auto; */
-  height: 100%;
+  height: calc(100% - 42px);
   /* overflow: scroll; */
 }
 aside .vcard .fn {