[NextBrowser] Enable Scroll Bar 03/325503/2
authorShubham Gupta <shubham.g5@samsung.com>
Wed, 11 Jun 2025 05:43:17 +0000 (11:13 +0530)
committerBot Blink <blinkbot@samsung.com>
Wed, 11 Jun 2025 06:13:22 +0000 (06:13 +0000)
Change-Id: I8f13a140203c8405f5cc692783eea9838a5850dd
Signed-off-by: Shubham Gupta <shubham.g5@samsung.com>
ui/native_theme/native_theme_features.cc

index 5d6a91b6c3f09132de4e0151e2c06eaa3eaf8a74..38f6ac70dbb5ba763ef9f9f0827d8804eddf6bcd 100644 (file)
@@ -60,7 +60,7 @@ bool IsOverlayScrollbarEnabled() {
     return false;
 #endif
 
-#if BUILDFLAG(IS_TIZEN_TV)
+#if BUILDFLAG(IS_TIZEN_TV) && !defined(SAMSUNG_NEXT_BROWSER)
   return true;
 #endif