HTML页面可滚动,没有任何内容

时间:2018-11-14 20:28:21

标签: html bootstrap-4 footer scrollable

我使用引导程序(仅导航栏和页脚)制作了一个简单的html页。现在该网站是可滚动的...为什么?

https://www.checkmobility.de

这里有我的页脚CSS:

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

谢谢:)

1 个答案:

答案 0 :(得分:0)

由于在页脚中使用了行高,因此导致溢出。使用for n, employer_employee in enumerate(newEdges): #print(employer_employee) #copy the array for the original o be intact eee = np.copy(newEdges) #sustitue the current tuple with a empty one to avoid self comparing eee[n] = (None,None) #get the index for the current employee, the one on the y axis employee_index = np.where(employer_employee[0] != unique_Bin) #get the indexes where the the employees letter match eq_index = np.where(eee[:,1] == employer_employee[1])[0] eq_employee = eee[eq_index,0] #add at the final array Q by index for emp in eq_employee: #print(np.unique(emp)) emp_index = np.where(unique_Bin == emp) #print(emp) Q[employee_index,emp_index]+= 1 # print(Q) print(Q) 对其进行修复...

overflow:auto

https://www.codeply.com/go/PvhX4Z7ZYx