.th-nav-main {
position: fixed;
left: -105%; //
top: 0;
overflow: hidden;
height: 100vh;
width: 100%;
z-index: 999;
background-color: rgba(0,0,0,0.95);
box-sizing: border-box;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-overflow-scrolling: auto;
}
gtag('event', <action>, {
'event_category': <category>,
'event_label': <label>,
'value': <value>
});
jQuery("#button").click(function(){
gtag('event', 'click', {
'event_category': 'button',
'event_label': 'share'
});
})