Skip to content

Commit

Permalink
[fix] Fixed selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 20, 2023
1 parent 185459b commit 8a40340
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openwisp_network_topology/static/netjsongraph/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ input[type='text'].readonly {
.submit-row .visualizelink:focus {
background: #576a7c;
}

/*
The CSS for "hidden" class in Django > 4.1 sets
"display: none !important". This hides the
"sideBarHandle" button. Thus, we unset the display
property below.
*/
.njg-sideBar.hidden {
display: unset !important;
}

0 comments on commit 8a40340

Please sign in to comment.