mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
fixed scroll style
This commit is contained in:
parent
e3a0370025
commit
794ac8cdd8
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ body {
|
||||||
|
|
||||||
.vscroll {
|
.vscroll {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll{
|
.scroll{
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexCol{
|
.flexCol{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue