Skip to content

Commit e575036

Browse files
committed
chore: resolved conflicts
2 parents e62e246 + 98ab0ca commit e575036

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

wiki/public/js/render_wiki.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ window.RenderWiki = class RenderWiki extends Wiki {
100100
this.set_nav_buttons();
101101
this.set_toc();
102102
this.set_last_updated_date();
103-
//this.scrolltotop();
103+
this.scrolltotop();
104104
this.set_add_item();
105105
this.add_trash_icon();
106106
this.set_empty_ul();

wiki/public/scss/wiki.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,10 @@ h6:hover .feather-link {
839839
}
840840
}
841841

842+
.dropdown-toggle.wiki-options::after {
843+
display: none;
844+
}
845+
842846
.wiki-options {
843847
width: 2rem;
844848
height: 2rem;
@@ -849,10 +853,6 @@ h6:hover .feather-link {
849853
width: 2rem;
850854
}
851855

852-
.dropdown-toggle.wiki-options::after {
853-
display: none;
854-
}
855-
856856
.dropdown-menu {
857857
min-width: 7.5rem;
858858
}

0 commit comments

Comments
 (0)