I am using STOREBOX template https://store.letsvape.ru. And catch some bug.
Usually this piece of code
" if(jQuery('#gkPopupLogin')) {
popup_login = jQuery('#gkPopupLogin');
popup_login_h = popup_login.find('.gkPopupWrap').outerHeight(); "
accurately determine the height of element just like in screnshot1.
But if I turn off cashing in browser (screenshot2) - there is a problem of height calculating, just like on screenshot3.
It can not be a problem, but sometimes, even then the caching is on - problem occurs. And user must refresh the page to show the Exit button in login screen.
What is the problem?