Difference between revisions of "Template:SFLS Shenzhen/CSS/bootstrap:css"

Line 74: Line 74:
  
 
#navigation {
 
#navigation {
 +
position: sticky;
 +
top: 0;
 
  margin: 0;
 
  margin: 0;
 
  padding: 0;
 
  padding: 0;
Line 79: Line 81:
 
  height: 80px;
 
  height: 80px;
 
  list-style: none;
 
  list-style: none;
position: sticky;
 
 
}
 
}
  
 
#navigation > li {
 
#navigation > li {
position: sticky;
 
top: 0;
 
 
  float: right;
 
  float: right;
 
  height: 100%;
 
  height: 100%;

Revision as of 08:32, 17 October 2018