mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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;
|
||||
background: #000;
|
||||
opacity: .2;
|
||||
z-index: 999;
|
||||
}
|
||||
@ -1,8 +1,8 @@
|
||||
$('#navbarSideButton').on('click', function() {
|
||||
$('#navbarSide').addClass('reveal');
|
||||
$('.overlay').show();
|
||||
$('.overlay').css({'z-index': 999}).show();
|
||||
});
|
||||
$('.overlay').on('click', function(){
|
||||
$('#navbarSide').removeClass('reveal');
|
||||
$('.overlay').hide();
|
||||
$('.overlay').css({'z-index': 'initial'}).hide();
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user