CSS Fix
This commit is contained in:
parent
8d7f658f4a
commit
c3193fa2e4
12
src/main.css
12
src/main.css
@ -1,20 +1,20 @@
|
|||||||
/* src/main.css */
|
/* src/main.css */
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
||||||
|
|
||||||
body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
overflow: hidden;
|
height: 100%;
|
||||||
|
overflow: auto; /* Allow natural scrolling */
|
||||||
}
|
}
|
||||||
|
|
||||||
#app,
|
#app,
|
||||||
.v-application {
|
.v-application {
|
||||||
|
min-height: 100vh;
|
||||||
background-image: url('/carbon.jpg');
|
background-image: url('/carbon.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
position: relative;
|
background-attachment: fixed;
|
||||||
z-index: 0;
|
background-size: cover;
|
||||||
height: 100vh;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user