mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
[Frontend] Fix for scrollbar flicker
#748 Was able to observe problem in Mac Chrome. Moved body, html overflow: hidden into startup-base.scss and change seems to have fixed the problem;
This commit is contained in:
parent
b0cf9bbd29
commit
1f09b7b0ac
@ -53,7 +53,6 @@ body, html {
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
em {
|
||||||
|
@ -26,6 +26,10 @@
|
|||||||
top: $m; right: $m * 1.25; bottom: $m; left: $m * 1.25;
|
top: $m; right: $m * 1.25; bottom: $m; left: $m * 1.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body, html {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.l-splash-holder {
|
.l-splash-holder {
|
||||||
// Main outer holder.
|
// Main outer holder.
|
||||||
@include transition-property(opacity);
|
@include transition-property(opacity);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user