Procházet zdrojové kódy

fix: scrollbar when editing page's title

Tienson Qin před 3 roky
rodič
revize
e64f24a0e5

+ 1 - 1
src/main/frontend/components/page.css

@@ -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';

+ 0 - 4
src/main/frontend/components/sidebar.css

@@ -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 {