We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf0ceb commit 20f84ceCopy full SHA for 20f84ce
src/skins/vector/css/common.css
@@ -47,6 +47,14 @@ a:visited {
47
color: #76cfa6;
48
}
49
50
+/* XXX: critical hack to GeminiScrollbar to allow them to work in FF 42 and Chrome 48.
51
+ Stop the scrollbar view from pushing out the container's overall sizing, which causes
52
+ flexbox to adapt to the new size and cause the view to keep growing.
53
+ */
54
+.gm-scrollbar-container .gm-scroll-view {
55
+ position: absolute;
56
+}
57
+
58
.mx_ContextualMenu_background {
59
position: fixed;
60
top: 0;
0 commit comments