@@ -270,7 +270,7 @@ a.page-title {
}
.page-title-sizer-wrapper {
- @apply w-full overflow-x-auto;
+ @apply w-full overflow-x-auto overflow-y-hidden;
:empty::before {
content: '\200b';
@@ -471,10 +471,6 @@ html[data-theme='dark'] {
width: 100%;
max-width: var(--ls-main-content-max-width);
flex: 1;
-
- h1.title {
- padding-right: 15px;
- }
.cp__sidebar-help {