[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:
@@ -349,7 +349,7 @@
|
|||||||
|
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
//@include test(blue);
|
//@include test(blue);
|
||||||
@include absPosDefault(0, visible);
|
@include absPosDefault(0, hidden);
|
||||||
@include box-sizing(border-box);
|
@include box-sizing(border-box);
|
||||||
height: $ueTopBarH;
|
height: $ueTopBarH;
|
||||||
line-height: $ueTopBarH;
|
line-height: $ueTopBarH;
|
||||||
|
|||||||
@@ -4660,7 +4660,7 @@ span.req {
|
|||||||
|
|
||||||
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
overflow: visible;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
@@ -4582,7 +4582,7 @@ span.req {
|
|||||||
|
|
||||||
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
/* line 350, ../../../../general/res/sass/user-environ/_layout.scss */
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
overflow: visible;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user