mirror of
https://github.com/minio/docs.git
synced 2025-08-09 13:02:53 +03:00
Allow links into closed tabs (#1126)
JS update to allow a link into a closed tab. Tested with ``` :mc-conf:`~browser.hsts_seconds` ``` which goes to a tab in [this section](https://min.io/docs/minio/linux/reference/minio-server/settings/console.html#strict-transport-security) @rushenn Ravind and Andrea came up with this, need a JS intervention to ensure it's actually reasonable. 🙏🏻 Staged http://192.241.195.202:9000/staging/link-into-tab/linux/reference/minio-server/settings/console.html#strict-transport-security --------- Co-authored-by: Ravind Kumar <ravind@min.io> Co-authored-by: Rushan <rushenn123@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
html {
|
||||
font-size: $root-font-size;
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding: 1rem;
|
||||
|
||||
@include breakpoint-min(breakpoints(lg)) {
|
||||
|
@@ -48,7 +48,6 @@
|
||||
.content {
|
||||
@include breakpoint-min(breakpoints(lg)) {
|
||||
overflow: auto;
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding: 2rem;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user