Skip to content

Commit 14ef382

Browse files
committed
fix: remove scrollbar from image ribbon gallery
1 parent 1d242e4 commit 14ef382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ function RemoteFunctions(config = {}) {
19631963
.phoenix-ribbon-strip {
19641964
position: absolute !important;
19651965
inset: 0 !important;
1966-
overflow: auto hidden !important;
1966+
overflow: hidden !important;
19671967
scroll-behavior: smooth !important;
19681968
padding: 8px !important;
19691969
}

0 commit comments

Comments
 (0)