Explorar o código

hide scrollbar of .grw-tag-labels when editing

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
60300777a6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/src/styles/_on-edit.scss

+ 1 - 0
packages/app/src/styles/_on-edit.scss

@@ -144,6 +144,7 @@ body.on-edit {
         flex-flow: row nowrap;
         width: 100%;
         overflow-x: auto;
+        overflow-y: hidden;
         scrollbar-width: thin;
       }
     }