mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-05 10:31:24 +00:00
18 lines
312 B
CSS
18 lines
312 B
CSS
/*
|
|
* CSS adjustments (overrides) for mobile browsers that cannot handle
|
|
* fix-positioned div's very well.
|
|
* This makes long pages scrollable on mobile browsers.
|
|
*/
|
|
|
|
#breadcrumbs {
|
|
display: none !important;
|
|
}
|
|
|
|
.document {
|
|
bottom: inherit !important;
|
|
}
|
|
|
|
#sphinxsidebar {
|
|
bottom: inherit !important;
|
|
}
|