mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 09:12:35 -04:00
Removed back-to-top button in print view
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
transform 125ms cubic-bezier(0.4, 0, 0.2, 1),
|
||||
background-color 125ms;
|
||||
|
||||
// [print]: Hide back-to-top button
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user