Grid Layout for Columns
Scrollbar Style with Border
Scrollbar Style with Border

Default (GPT-3.5)

style.innerHTML = "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera) "::-webkit-scrollbar-track { background-color: #343541; }" + "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; }" + "scrollbar-width: thin;" + // Firefox "-ms-overflow-style: none;" + // Internet Explorer and Edge "overflow: -moz-scrollbars-none;" // Older versions of Firefox i wanna add: active scrollbar color thumb border radius

style.innerHTML = "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera) "::-webkit-scrollbar-track { background-color: #343541; }" + "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; }" + "scrollbar-width: thin;" + // Firefox "-ms-overflow-style: none;" + // Internet Explorer and Edge "overflow: -moz-scrollbars-none;" // Older versions of Firefox i wanna add: active scrollbar color thumb border radius

style.innerHTML = "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera) "::-webkit-scrollbar-track { background-color: #343541; }" + "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; }" + "scrollbar-width: thin;" + // Firefox "-ms-overflow-style: none;" + // Internet Explorer and Edge "overflow: -moz-scrollbars-none;" // Older versions of Firefox i wanna add: active scrollbar color thumb border radius

style.innerHTML = "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera) "::-webkit-scrollbar-track { background-color: #343541; }" + "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; }" + "scrollbar-width: thin;" + // Firefox "-ms-overflow-style: none;" + // Internet Explorer and Edge "overflow: -moz-scrollbars-none;" // Older versions of Firefox i wanna add: active scrollbar color thumb border radius

Certainly, you can modify the existing code to add an active scrollbar color and adjust the thumb's border radius. Here's the updated code with those changes:

style.innerHTML =
    "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera)
    "::-webkit-scrollbar-track { background-color: #343541; }" +
    "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; border-radius: 10px; }" + // Adjust the border-radius value as needed
    "::-webkit-scrollbar-thumb:hover { background-color: #7F7F8B; }" + // Active scrollbar color
    "scrollbar-width: thin;" + // Firefox
    "-ms-overflow-style: none;" + // Internet Explorer and Edge
    "overflow: -moz-scrollbars-none;"; // Older versions of Firefox

In this code, I've added a new rule for `::-webkit-scrollbar-thumb:hover` to define the color of the scrollbar thumb when it's active (hovered). Additionally, I've included the `border-radius` property within the `::-webkit-scrollbar-thumb` rule to control the border radius of the thumb. You can adjust the value as needed to achieve the desired appearance.

Certainly, you can modify the existing code to add an active scrollbar color and adjust the thumb's border radius. Here's the updated code with those changes:

style.innerHTML =
    "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera)
    "::-webkit-scrollbar-track { background-color: #343541; }" +
    "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; border-radius: 10px; }" + // Adjust the border-radius value as needed
    "::-webkit-scrollbar-thumb:hover { background-color: #7F7F8B; }" + // Active scrollbar color
    "scrollbar-width: thin;" + // Firefox
    "-ms-overflow-style: none;" + // Internet Explorer and Edge
    "overflow: -moz-scrollbars-none;"; // Older versions of Firefox

In this code, I've added a new rule for `::-webkit-scrollbar-thumb:hover` to define the color of the scrollbar thumb when it's active (hovered). Additionally, I've included the `border-radius` property within the `::-webkit-scrollbar-thumb` rule to control the border radius of the thumb. You can adjust the value as needed to achieve the desired appearance.

Certainly, you can modify the existing code to add an active scrollbar color and adjust the thumb's border radius. Here's the updated code with those changes:

style.innerHTML =
    "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera)
    "::-webkit-scrollbar-track { background-color: #343541; }" +
    "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; border-radius: 10px; }" + // Adjust the border-radius value as needed
    "::-webkit-scrollbar-thumb:hover { background-color: #7F7F8B; }" + // Active scrollbar color
    "scrollbar-width: thin;" + // Firefox
    "-ms-overflow-style: none;" + // Internet Explorer and Edge
    "overflow: -moz-scrollbars-none;"; // Older versions of Firefox

In this code, I've added a new rule for `::-webkit-scrollbar-thumb:hover` to define the color of the scrollbar thumb when it's active (hovered). Additionally, I've included the `border-radius` property within the `::-webkit-scrollbar-thumb` rule to control the border radius of the thumb. You can adjust the value as needed to achieve the desired appearance.

Certainly, you can modify the existing code to add an active scrollbar color and adjust the thumb's border radius. Here's the updated code with those changes:

style.innerHTML =
    "::-webkit-scrollbar { width: 5px; }" + // WebKit-based browsers (Chrome, Safari, Opera)
    "::-webkit-scrollbar-track { background-color: #343541; }" +
    "::-webkit-scrollbar-thumb { background-color: #B9B9C4; height: 15px; border-radius: 10px; }" + // Adjust the border-radius value as needed
    "::-webkit-scrollbar-thumb:hover { background-color: #7F7F8B; }" + // Active scrollbar color
    "scrollbar-width: thin;" + // Firefox
    "-ms-overflow-style: none;" + // Internet Explorer and Edge
    "overflow: -moz-scrollbars-none;"; // Older versions of Firefox

In this code, I've added a new rule for `::-webkit-scrollbar-thumb:hover` to define the color of the scrollbar thumb when it's active (hovered). Additionally, I've included the `border-radius` property within the `::-webkit-scrollbar-thumb` rule to control the border radius of the thumb. You can adjust the value as needed to achieve the desired appearance.

Regenerate

Send a message

Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT August 3 Version

Send a message

Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT August 3 Version

Send a message

Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT August 3 Version