You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Minimal CSS for native browser scrollbar replacing:// https://github.com/noeldelgado/gemini-scrollbar#noteshtmlbodyheight100%overflowhiddenbodymargin0padding0.gm-scrollbar-container.gm-scroll-viewtransforminitial// Margin for headersh1margin-top40rem
##################### gemini-scrollbar ########################Custom scrollbar instead of native body scrollbar:https://noeldelgado.github.io/gemini-scrollbar/https://github.com/noeldelgado/gemini-scrollbar/issues/46#issuecomment-374928170###internals= {}
internals.initialize=->internals.scrollbar=newGeminiScrollbar(
# querySelector method — https://www.w3schools.com/jsref/met_document_queryselector.aspelement:document.querySelector('body')
autoshow:true# Force Gemini for correct scrollbar displaying in mobile devices# https://github.com/noeldelgado/gemini-scrollbar#optionsforceGemini:true).create()
internals.scrollingElement=internals.scrollbar.getViewElement()
internals.scrollToHash()
# JQuery Lazy support —# https://github.com/eisbehr-/jquery.lazy/issues/88#issuecomment-299138103$('.SashaLazy').LazyappendScroll:$(internals.scrollbar.getViewElement())
### Run method “update” of Gemini: https://github.com/eisbehr-/jquery.lazy/issues/88#issuecomment-299196388 http://jquery.eisbehr.de/lazy/example_callback-functions https://github.com/noeldelgado/gemini-scrollbar#basic-methods###afterLoad:->internals.scrollbar.update()
returnreturninternals.handleOrientationChange=->internals.scrollbar.update()
internals.scrollToHash()
returninternals.scrollToHash=->element=undefinedhash=undefinedhash=location.hashif hash
element=document.getElementById(hash.replace('#', ''))
if element
internals.scrollingElement.scrollTo0, element.offsetTopreturn# Listenerswindow.onload=internals.initializewindow.onorientationchange=internals.handleOrientationChange
3. Steps to reproduce
I open anchor #Kira (http://192.168.56.1:3014/Erics-Rooms/KiraAddToAny.html#Kira on my localhost) in different browsers.
4. Expected behavior
Latest Firefox (Android and Windows) and Edge versions:
5. Actual behavior
Latest BrowserStack browsers versions for 13.6.2019:
Android — Chrome
iOS — Safari
macOS — Safari
Windows — Chrome, Opera
I have horizontal scrollbar it top of page → part of page below this scrollbar not active.
Thanks.
The text was updated successfully, but these errors were encountered:
(Also, I notice AddToAny author)
1. Summary
I can't use gemini-scrollbar + AddToAny default style. I have a critical bug: full web page not displayed correctly in most browsers.
I have expected behavior, if I use:
a2a_floating_style
, nota2a_default_style
.2. MCVE
3. Steps to reproduce
I open anchor
#Kira
(http://192.168.56.1:3014/Erics-Rooms/KiraAddToAny.html#Kira
on my localhost) in different browsers.4. Expected behavior
Latest Firefox (Android and Windows) and Edge versions:
5. Actual behavior
Latest BrowserStack browsers versions for 13.6.2019:
I have horizontal scrollbar it top of page → part of page below this scrollbar not active.
Thanks.
The text was updated successfully, but these errors were encountered: