mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-11 20:27:52 +00:00
Set correct format for msOverflowStyle property
This commit is contained in:
parent
58eb704dcd
commit
27858d3df2
@ -19,7 +19,7 @@ const AppViewerContainer = React.forwardRef(
|
||||
padding: 0;
|
||||
}
|
||||
* {
|
||||
-msOverflowStyle: none; /* IE and Edge */
|
||||
msOverflowStyle: 'none', /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
*::-webkit-scrollbar {
|
||||
|
@ -68,7 +68,7 @@ const ScrollerStyled = styled('div')({
|
||||
scrollbarWidth: 'none',
|
||||
|
||||
// Hide scrollbar for IE and older Edge
|
||||
'-msOverflowStyle': 'none',
|
||||
msOverflowStyle: 'none',
|
||||
});
|
||||
|
||||
const StyledVirtuosoContainer = styled('div')({
|
||||
@ -87,7 +87,7 @@ const StyledVirtuosoContainer = styled('div')({
|
||||
scrollbarWidth: 'none',
|
||||
|
||||
// Hide scrollbar for IE and older Edge
|
||||
'-msOverflowStyle': 'none',
|
||||
msOverflowStyle: 'none',
|
||||
});
|
||||
|
||||
export const AppsCategoryDesktop = ({
|
||||
|
@ -76,7 +76,7 @@ const ScrollerStyled = styled('div')({
|
||||
scrollbarWidth: 'none',
|
||||
|
||||
// Hide scrollbar for IE and older Edge
|
||||
'-msOverflowStyle': 'none',
|
||||
msOverflowStyle: 'none',
|
||||
});
|
||||
|
||||
const StyledVirtuosoContainer = styled('div')({
|
||||
@ -95,7 +95,7 @@ const StyledVirtuosoContainer = styled('div')({
|
||||
scrollbarWidth: 'none',
|
||||
|
||||
// Hide scrollbar for IE and older Edge
|
||||
'-msOverflowStyle': 'none',
|
||||
msOverflowStyle: 'none',
|
||||
});
|
||||
|
||||
export const AppsLibraryDesktop = ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user