mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-13 21:27:51 +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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
-msOverflowStyle: none; /* IE and Edge */
|
msOverflowStyle: 'none', /* IE and Edge */
|
||||||
scrollbar-width: none; /* Firefox */
|
scrollbar-width: none; /* Firefox */
|
||||||
}
|
}
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
|
@ -68,7 +68,7 @@ const ScrollerStyled = styled('div')({
|
|||||||
scrollbarWidth: 'none',
|
scrollbarWidth: 'none',
|
||||||
|
|
||||||
// Hide scrollbar for IE and older Edge
|
// Hide scrollbar for IE and older Edge
|
||||||
'-msOverflowStyle': 'none',
|
msOverflowStyle: 'none',
|
||||||
});
|
});
|
||||||
|
|
||||||
const StyledVirtuosoContainer = styled('div')({
|
const StyledVirtuosoContainer = styled('div')({
|
||||||
@ -87,7 +87,7 @@ const StyledVirtuosoContainer = styled('div')({
|
|||||||
scrollbarWidth: 'none',
|
scrollbarWidth: 'none',
|
||||||
|
|
||||||
// Hide scrollbar for IE and older Edge
|
// Hide scrollbar for IE and older Edge
|
||||||
'-msOverflowStyle': 'none',
|
msOverflowStyle: 'none',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const AppsCategoryDesktop = ({
|
export const AppsCategoryDesktop = ({
|
||||||
|
@ -76,7 +76,7 @@ const ScrollerStyled = styled('div')({
|
|||||||
scrollbarWidth: 'none',
|
scrollbarWidth: 'none',
|
||||||
|
|
||||||
// Hide scrollbar for IE and older Edge
|
// Hide scrollbar for IE and older Edge
|
||||||
'-msOverflowStyle': 'none',
|
msOverflowStyle: 'none',
|
||||||
});
|
});
|
||||||
|
|
||||||
const StyledVirtuosoContainer = styled('div')({
|
const StyledVirtuosoContainer = styled('div')({
|
||||||
@ -95,7 +95,7 @@ const StyledVirtuosoContainer = styled('div')({
|
|||||||
scrollbarWidth: 'none',
|
scrollbarWidth: 'none',
|
||||||
|
|
||||||
// Hide scrollbar for IE and older Edge
|
// Hide scrollbar for IE and older Edge
|
||||||
'-msOverflowStyle': 'none',
|
msOverflowStyle: 'none',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const AppsLibraryDesktop = ({
|
export const AppsLibraryDesktop = ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user