Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
0a48684169
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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;