Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityGML Viewer
Commits
0eeacbe5
Commit
0eeacbe5
authored
Jun 20, 2024
by
Matthias Betz
Browse files
changing size to be relative to viewport
parent
1059d7dc
Pipeline
#9752
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
0eeacbe5
...
...
@@ -36,8 +36,8 @@
<style>
canvas
{
width
:
100
%
;
height
:
100%
;
width
:
100
vw
;
height
:
90vh
;
padding-left
:
0
;
padding-right
:
0
;
margin-top
:
20px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment