File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ window.RenderWiki = class RenderWiki extends Wiki {
100
100
this . set_nav_buttons ( ) ;
101
101
this . set_toc ( ) ;
102
102
this . set_last_updated_date ( ) ;
103
- // this.scrolltotop();
103
+ this . scrolltotop ( ) ;
104
104
this . set_add_item ( ) ;
105
105
this . add_trash_icon ( ) ;
106
106
this . set_empty_ul ( ) ;
Original file line number Diff line number Diff line change @@ -839,6 +839,10 @@ h6:hover .feather-link {
839
839
}
840
840
}
841
841
842
+ .dropdown-toggle.wiki-options ::after {
843
+ display : none ;
844
+ }
845
+
842
846
.wiki-options {
843
847
width : 2rem ;
844
848
height : 2rem ;
@@ -849,10 +853,6 @@ h6:hover .feather-link {
849
853
width : 2rem ;
850
854
}
851
855
852
- .dropdown-toggle.wiki-options ::after {
853
- display : none ;
854
- }
855
-
856
856
.dropdown-menu {
857
857
min-width : 7.5rem ;
858
858
}
You can’t perform that action at this time.
0 commit comments