implement initial working sticky rte toolbar

This commit is contained in:
Shawn Erquhart
2017-03-21 14:52:33 -04:00
parent 33fe2b820c
commit ec29a04089
5 changed files with 45 additions and 5 deletions

View File

@ -0,0 +1,10 @@
.top {
position: fixed !important;
top: 64px !important;
}
.bottom {
top: auto !important;
bottom: 30px !important;
}