scroll fixes
This commit is contained in:
@@ -15,16 +15,16 @@ body,html {
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
padding-top: 90px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
width: 100%;
|
||||
max-width: 360px;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
margin-top: 30px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
.form-signin .checkbox {
|
||||
@@ -85,6 +85,24 @@ a:active {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.container-fluid::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.container-fluid {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
/* navigation */
|
||||
.bg-nav{
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
@@ -106,7 +124,7 @@ a:active {
|
||||
padding: 20px;
|
||||
margin: auto;
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
margin-top: 10px;
|
||||
margin-top: 150px;
|
||||
}
|
||||
|
||||
.form-hours .form-control {
|
||||
|
||||
Reference in New Issue
Block a user