override gemini-scrollbar CSS to stop the scrollview from pushing out the container, causing FF's flexbox to adapt and keep growing infinitely

This commit is contained in:
Matthew Hodgson 2015-11-13 02:29:59 +00:00
parent 2cf0ceb260
commit 20f84ce322

View file

@ -47,6 +47,14 @@ a:visited {
color: #76cfa6; color: #76cfa6;
} }
/* XXX: critical hack to GeminiScrollbar to allow them to work in FF 42 and Chrome 48.
Stop the scrollbar view from pushing out the container's overall sizing, which causes
flexbox to adapt to the new size and cause the view to keep growing.
*/
.gm-scrollbar-container .gm-scroll-view {
position: absolute;
}
.mx_ContextualMenu_background { .mx_ContextualMenu_background {
position: fixed; position: fixed;
top: 0; top: 0;