scrollbar-macosx applied

This commit is contained in:
satindergrewal 2017-12-05 22:10:20 +13:00
parent a8a8a96718
commit 1cc6a9ba91
1 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BarterDEX-Simple - v0.7.2-beta</title> <title>BarterDEX - v0.7.2-beta</title>
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style"> <link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style">
@ -65,7 +65,7 @@
</script> </script>
</head> </head>
<body> <body class="scrollbar-macosx">
<!-- LOGIN BODY --> <!-- LOGIN BODY -->
<div class="loginbody"> <div class="loginbody">
@ -495,7 +495,7 @@
</div> </div>
</div> </div>
<div class="zeroconf_settings_table_div"> <div class="zeroconf_settings_table_div scrollbar-macosx">
<table class="table table-striped zeroconf_deposits_history_tbl" width="100%" style="margin-bottom: 0;"> <table class="table table-striped zeroconf_deposits_history_tbl" width="100%" style="margin-bottom: 0;">
<thead> <thead>
<!--<th>Index</th>--> <!--<th>Index</th>-->
@ -589,7 +589,7 @@
</div> </div>
<div class=""> <!-- panel-body --> <div class=""> <!-- panel-body -->
<div class="tab-content"> <div class="tab-content">
<div class="tab-pane fade in active" id="exchange_coin_asks"> <div class="tab-pane fade in active scrollbar-macosx" id="exchange_coin_asks">
<table class="table table-striped orderbook_asks fixed_headers" width="100%" style="margin-bottom: 0;"> <table class="table table-striped orderbook_asks fixed_headers" width="100%" style="margin-bottom: 0;">
<thead><th>Price in <span class="orderbook_rel_coin"></span></th> <thead><th>Price in <span class="orderbook_rel_coin"></span></th>
@ -612,7 +612,7 @@
<circle class="path4" cx="50" cy="50" r="20" fill="none" stroke-width="5" stroke-miterlimit="10"/> <circle class="path4" cx="50" cy="50" r="20" fill="none" stroke-width="5" stroke-miterlimit="10"/>
</svg> </svg>
</div> </div>
<div class="tab-pane fade" id="exchange_coin_bids"> <div class="tab-pane fade scrollbar-macosx" id="exchange_coin_bids">
<table class="table table-striped orderbook_bids" width="100%" style="margin-bottom: 0;"> <table class="table table-striped orderbook_bids" width="100%" style="margin-bottom: 0;">
<thead><th>Price in <span class="orderbook_rel_coin"></span></th> <thead><th>Price in <span class="orderbook_rel_coin"></span></th>