瀏覽代碼

Make cdb tab header not be as wide as the entire hide window (#124)

CDB tabs will now overflow to the next line immediately
Leonardo Jeanteur 4 年之前
父節點
當前提交
0a48684169
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -474,7 +474,7 @@ input[type=checkbox]:checked:after {
 }
 .hide-tabs.tabs-bottom > .tabs-header {
   width: 100%;
-  position: fixed;
+  position: absolute;
   bottom: 0px;
   padding-top: 0px;
   padding-bottom: 5px;

+ 1 - 1
bin/style.less

@@ -510,7 +510,7 @@ input[type=checkbox] {
 .hide-tabs.tabs-bottom {
 	>.tabs-header {
 		width:100%;
-		position: fixed;
+		position: absolute;
 		bottom : 0px;
 		padding-top : 0px;
 		padding-bottom : 5px;