mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Remove scroll to refresh
This commit is contained in:
parent
5c0e8aa85d
commit
727ce5f705
@ -8,6 +8,7 @@ body {
|
||||
#digit-canvas {
|
||||
border: 2px solid #e0e0e0;
|
||||
border-radius: 5px;
|
||||
touch-action:none;
|
||||
}
|
||||
|
||||
#result {
|
||||
@ -19,6 +20,12 @@ body {
|
||||
body {
|
||||
display: inline;
|
||||
}
|
||||
button {
|
||||
width: 300px;
|
||||
height: 50px;
|
||||
-webkit-appearance: none;
|
||||
font-size: large;
|
||||
}
|
||||
#digit-canvas {
|
||||
width: 95vw;
|
||||
height: 95vw;
|
||||
|
Loading…
Reference in New Issue
Block a user