feat: apply no-scrollbar class to Editor and ReplayTimelineSidebar components
This commit is contained in:
@@ -87,6 +87,7 @@ export default function Editor({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
className="no-scrollbar"
|
||||||
style={{
|
style={{
|
||||||
width,
|
width,
|
||||||
height: "100vh",
|
height: "100vh",
|
||||||
|
|||||||
@@ -383,6 +383,7 @@ export default function ReplayTimelineSidebar({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<aside
|
<aside
|
||||||
|
className="no-scrollbar"
|
||||||
style={{
|
style={{
|
||||||
width,
|
width,
|
||||||
height: "100vh",
|
height: "100vh",
|
||||||
|
|||||||
Reference in New Issue
Block a user