forked from Ivasoft/geovisio-website
add lang fr + fix overflow global
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/static/favicon.ico" />
|
||||
|
||||
@@ -6,6 +6,7 @@ body {
|
||||
}
|
||||
#app {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
ul,
|
||||
|
||||
Reference in New Issue
Block a user