@@ -20,7 +20,7 @@ const GrowiSubNavigation = (props) => {
const {
pageId, path, createdAt, creator, updatedAt, revisionAuthor, isCompactMode,
} = pageContainer.state;
- const compactClassName = isCompactMode ? 'grw-compact-subnavbar w-100' : null;
+ const compactClassName = isCompactMode ? 'grw-compact-subnavbar' : null;
// Display only the RevisionPath if the page is trash or forbidden
if (isTrashPage(path) || isPageForbidden) {
@@ -21,9 +21,6 @@
}
.grw-compact-subnavbar {
- position: fixed;
- top: 0px;
- right: 0px;
z-index: $zindex-fixed;
h2 {
font-size: 20px;
@@ -9,7 +9,7 @@
{% block layout_main %}
<div class="container-fluid">
- <div class="row grw-subnav">
+ <div class="sticky-top row grw-subnav">
<div class="col-12 grw-title-bar">
{% block content_header %}
{% endblock %}