https://github.com/stfbauer/spfx-broken-zindex
This demo solution show how to fix the broken z-index on modern pages
https://github.com/stfbauer/spfx-broken-zindex
Last synced: 12 months ago
JSON representation
This demo solution show how to fix the broken z-index on modern pages
- Host: GitHub
- URL: https://github.com/stfbauer/spfx-broken-zindex
- Owner: StfBauer
- Created: 2019-06-28T00:03:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:54:43.000Z (over 3 years ago)
- Last Synced: 2025-03-14T19:17:42.174Z (about 1 year ago)
- Language: TypeScript
- Size: 2.51 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## broken-z-index
This is where you include your WebPart documentation.
### Building the code
```bash
git clone the repo
npm i
npm i -g gulp
gulp
```
This package produces the following:
* lib/* - intermediate-stage commonjs build artifacts
* dist/* - the bundled script, along with other resources
* deploy/* - all resources which should be uploaded to a CDN.
### Build options
gulp clean - TODO
gulp test - TODO
gulp serve - TODO
gulp bundle - TODO
gulp package-solution - TODO