diff --git a/src/lib/src/main/resources/swagger/index.js b/src/lib/src/main/resources/swagger/index.js
index 5d6d45b0bc32a3b31bda892298f3b58b5bdba0c2..097ab4d5d91c3280e45ad57a85a11c4f54aaecf6 100644
--- a/src/lib/src/main/resources/swagger/index.js
+++ b/src/lib/src/main/resources/swagger/index.js
@@ -3,10 +3,11 @@ window.onload = function() {
   contextPath = contextPath.endsWith('/') ? contextPath.slice(0, -1) : contextPath;
 
   const ui = SwaggerUIBundle({
+    layout: 'BaseLayout',
     url: `./swagger`,
     dom_id: '#swagger-ui',
     tagsSorter: 'alpha',
-    presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
+    presets: [SwaggerUIBundle.presets.apis],
     plugins: [SwaggerUIBundle.plugins.DownloadUrl, updateContextPath(contextPath)],
     validatorUrl: null,
     deepLinking: true,