Remove scrollbar and fix footer button width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d8ca953000
commit
0712272c1d
@ -66,6 +66,8 @@ textarea {
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
width: 100vw;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px){
|
||||
@ -78,3 +80,6 @@ html {
|
||||
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.footer-link-list a {
|
||||
width: 100%;
|
||||
width: calc(100% - 30px);
|
||||
background: rgba(22,22,24,1);
|
||||
border: grey;
|
||||
border-width: 3px;
|
||||
|
Reference in New Issue
Block a user