1/* No gutter on x otherwise there is a overflow on the right */
2#page-core {
3    --bs-gutter-x: 0;
4}
5
6/**
7* When we have a landing page, the railbar
8* which is by default on the right side is not visible
9* This setting will set up inside and make it visible alongside the page
10* We may also just put it completely in the offcanvas
11* See for the HTML code {@link TplUtility::getRailBar()}
12* for $ACT = show
13 */
14#railbar-fixed {
15    right: 44px !important;
16    top: 30px !important;
17}
18