Add empty space at the bottom for scrolling convenience

This commit is contained in:
unknown
2022-10-08 09:46:25 +02:00
parent 880125204f
commit eeed67d5ed
+3
View File
@@ -149,3 +149,6 @@ title: FAQs
<dt id="correct-load-order">How can the load order LOOT gives be right if BOSS gives a very different load order?</dt>
<dd>There can be more than one correct load order for a given set of plugins. For example, some plugins may not conflict or depend on each other, so their relative orders wouldn't matter. The load order BOSS gives is hand-made to look 'neat' as well as work, so plugins from the same mod will usually get grouped together, but LOOT doesn't know which plugins belong to which mod, so it just puts them where it thinks they work.</dd>
</dl>
<!-- Add empty space at the bottom for scrolling convenience -->
<p style="margin-left: 0;padding: 0 0 75em 0;border-width: 0px; border-color: white; border-style:none;"></p>