organigramm verbessert scrollbalken
This commit is contained in:
parent
e96ec080af
commit
81620ebab1
|
|
@ -21,6 +21,13 @@
|
||||||
|
|
||||||
#diagram {
|
#diagram {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
min-width: 100%;
|
||||||
|
min-height: 100%;
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
|
.example {
|
||||||
|
padding-left: 12%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orga-hover {
|
.orga-hover {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue