mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -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 {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.scroll{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.flexCol{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue