14 lines
112 B
Plaintext
14 lines
112 B
Plaintext
|
|
.ui-fixed {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.fixed-top {
|
|
top: 0;
|
|
}
|
|
.fixed-bottom {
|
|
bottom: 0;
|
|
}
|
|
|