kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.51k stars 14.47k forks source link

Encrypting Confidential Data at Rest - Minor UI issue on Safari browser #48672

Open T-Srikanth opened 2 weeks ago

T-Srikanth commented 2 weeks ago

Description

There is an overflow issue on a pre element after the h2 element with id = understanding-the-encryption-at-rest-configuration on Encrypting Confidential Data at Rest page.

Scroll along the y-axis is going beyond the content in the element. Attaching screenshots for reference. This issue seems to be appearing only on Safari browser with a resolution of 1512 x 982 or less.

Element with issue:

pre-element

Overflow issue along y-axis:

overflow-y-issue

Not so ideal fix: (set overflow-x and overflow-y properties)

hard-code-fix

k8s-ci-robot commented 2 weeks ago

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
dipesh-rawat commented 2 weeks ago

Page reported in the issue: https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/ /area web-development

T-Srikanth commented 1 week ago

This doesn't seem to be a single page. There's similar behaviour on this page as well.