From 460214ad9beb358effdbc412354f369ad46086ea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 16 Jun 2025 18:01:30 +0200 Subject: [PATCH] wait #7597 @0.75 --- resources/linkeditor-stable/style/inc/_layers.sass | 3 --- resources/linkeditor-stable/style/inc/_panels.sass | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/linkeditor-stable/style/inc/_layers.sass b/resources/linkeditor-stable/style/inc/_layers.sass index a7b1b3cd3..95cc85f74 100644 --- a/resources/linkeditor-stable/style/inc/_layers.sass +++ b/resources/linkeditor-stable/style/inc/_layers.sass @@ -23,9 +23,6 @@ &.sortable-ghost opacity: 0.4 - &.sortable-drag - visibility: hidden - input color: #fff position: absolute diff --git a/resources/linkeditor-stable/style/inc/_panels.sass b/resources/linkeditor-stable/style/inc/_panels.sass index 02552f13d..72efc7796 100644 --- a/resources/linkeditor-stable/style/inc/_panels.sass +++ b/resources/linkeditor-stable/style/inc/_panels.sass @@ -94,7 +94,8 @@ .linkeditor-panel-wrapper position: relative max-height: 100% - overflow: scroll + overflow-x: hidden + @include tinyscrollbars .linkeditor-panel position: relative -- 2.39.5