mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify into master
This commit is contained in:
commit
9df04ff409
@ -85,5 +85,4 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #000;
|
background: #000;
|
||||||
opacity: .2;
|
opacity: .2;
|
||||||
z-index: 999;
|
|
||||||
}
|
}
|
||||||
@ -1,8 +1,8 @@
|
|||||||
$('#navbarSideButton').on('click', function() {
|
$('#navbarSideButton').on('click', function() {
|
||||||
$('#navbarSide').addClass('reveal');
|
$('#navbarSide').addClass('reveal');
|
||||||
$('.overlay').show();
|
$('.overlay').css({'z-index': 999}).show();
|
||||||
});
|
});
|
||||||
$('.overlay').on('click', function(){
|
$('.overlay').on('click', function(){
|
||||||
$('#navbarSide').removeClass('reveal');
|
$('#navbarSide').removeClass('reveal');
|
||||||
$('.overlay').hide();
|
$('.overlay').css({'z-index': 'initial'}).hide();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user