implement initial working sticky rte toolbar
This commit is contained in:
10
src/components/UI/Sticky/Sticky.css
Normal file
10
src/components/UI/Sticky/Sticky.css
Normal file
@ -0,0 +1,10 @@
|
||||
.top {
|
||||
position: fixed !important;
|
||||
top: 64px !important;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
top: auto !important;
|
||||
bottom: 30px !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user