mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-30 18:54:07 +03:00
finish examples
This commit is contained in:
@@ -1 +1,19 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
|
||||
@import '~overlayscrollbars/styles/overlayscrollbars.css';
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
|
||||
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body,
|
||||
app-root {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user