1
0
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:
Andrea Longo
2024-02-23 11:40:26 -07:00
committed by GitHub
parent 08eb7770dc
commit b4d0a36c71
3 changed files with 51 additions and 3 deletions

View File

@@ -11,7 +11,6 @@
html {
font-size: $root-font-size;
scroll-behavior: smooth;
scroll-padding: 1rem;
@include breakpoint-min(breakpoints(lg)) {

View File

@@ -48,7 +48,6 @@
.content {
@include breakpoint-min(breakpoints(lg)) {
overflow: auto;
scroll-behavior: smooth;
scroll-padding: 2rem;
}