[Frontend] Inspector-related fixes

open #247
Modded styles applied to .object-browse-bar to
use overflow:hidden instead of visible;
This commit is contained in:
Charles Hacskaylo 2015-11-04 16:00:22 -08:00
parent 5f1f54fa91
commit e49b55024f
3 changed files with 3 additions and 3 deletions

View File

@ -349,7 +349,7 @@
.object-browse-bar {
//@include test(blue);
@include absPosDefault(0, visible);
@include absPosDefault(0, hidden);
@include box-sizing(border-box);
height: $ueTopBarH;
line-height: $ueTopBarH;

View File

@ -4660,7 +4660,7 @@ span.req {
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
.object-browse-bar {
overflow: visible;
overflow: hidden;
position: absolute;
top: 0;
right: 0;

View File

@ -4582,7 +4582,7 @@ span.req {
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
.object-browse-bar {
overflow: visible;
overflow: hidden;
position: absolute;
top: 0;
right: 0;