hysts HF staff commited on
Commit
14d8fbd
1 Parent(s): e1d8ae4

Make the plotly modebar horizontal

Browse files
Files changed (1) hide show
  1. style.css +4 -2
style.css CHANGED
@@ -109,7 +109,9 @@ table th:first-child {
109
  min-width: 200px!important;
110
  }
111
 
112
- /* Hide the modebar of Plotly */
113
  .modebar-group {
114
- display: none;
 
 
115
  }
 
109
  min-width: 200px!important;
110
  }
111
 
112
+ /* make the plotly modebar horizontal */
113
  .modebar-group {
114
+ display: flex;
115
+ flex-direction: row;
116
+ align-items: center;
117
  }