2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

attempts to resolve bad chrome position fixed bug

This commit is contained in:
Mark Otto
2011-06-30 11:13:00 -07:00
parent 588b2da937
commit b57221e4ca
4 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -13,7 +13,7 @@ div.topbar {
top: 0;
left: 0;
right: 0;
z-index: 100;
z-index: 1000;
overflow: visible;
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
.box-shadow(@shadow);
@@ -21,7 +21,6 @@ div.topbar {
a {
color: @grayLight;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
.transition(all linear .1s);
}
// Hover and active states for links
ul li a:hover,