Skip to content

Commit

Permalink
Fix the jsroot sidebar. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ast0815 authored Dec 5, 2024
1 parent 3824522 commit 8b32a99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jsroot/jsroot.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<meta charset="utf-8">
<title>Read a ROOT file</title>
<link rel="shortcut icon" href="img/RootIcon.ico"/>
<!-- Some hacks for the side bar -->
<style>
.gui_selectFileName {
width: 195px;
}
#gui_fileCORS small {
display: none;
}
</style>
</head>
<body>
<div id="simpleGUI" path="./" files="nd_hall_with_lar_tms_sand.root;anti_fiducial_nd_hall_with_lar_tms_sand.root">
Expand Down

0 comments on commit 8b32a99

Please sign in to comment.