[WEB-4546] chore: header enhancements + quickstart guide ui update + breadcrumb #7451
This commit is contained in:
parent
5c22a6cecc
commit
763a28ab60
22 changed files with 307 additions and 148 deletions
|
|
@ -487,6 +487,14 @@ module.exports = {
|
|||
paddingRight: "1.35rem",
|
||||
},
|
||||
},
|
||||
// Hide scrollbar but keep functionality
|
||||
".scrollbar-hide": {
|
||||
"-ms-overflow-style": "none" /* IE and Edge */,
|
||||
"scrollbar-width": "none" /* Firefox */,
|
||||
"&::-webkit-scrollbar": {
|
||||
display: "none" /* Chrome, Safari and Opera */,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
addUtilities(newUtilities, ["responsive"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue