Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add position: relative to k-{componentName} classes #4624

Closed
elena-gancheva opened this issue Jul 17, 2023 · 0 comments · Fixed by #4633
Closed

Add position: relative to k-{componentName} classes #4624

elena-gancheva opened this issue Jul 17, 2023 · 0 comments · Fixed by #4633
Labels
C:Panelbar C:Scheduler C:Tabstrip C:TileLayout Enhancement New feature of an existing functionality or an improvement of an existing functionality.

Comments

@elena-gancheva
Copy link
Contributor

elena-gancheva commented Jul 17, 2023

Is your feature request related to a problem? Please describe.
Add position: relative; styles to the following components:

  • Scheduler
  • PanelBar
  • TileLayout
  • TabStrip

Note: The style is missed out to be added, it should be there from the beginning

Describe the solution you would like to see implemented
.k-sheduler,
.k-panelbar,
.k-tilelayout,
.k-tabstip

selectors to apply position relative style.

Additional context
The style is need for overlaying elements inside the .k-{componentName} selector elements. Overlaying elements will have position: absolute and top/left/right/bottom: 0 style, which without having position: relative on the parent container can not be achieved

cc: @nenchef @joneff @ag-petrov @Juveniel @epetrow

@elena-gancheva elena-gancheva added Enhancement New feature of an existing functionality or an improvement of an existing functionality. C:Panelbar C:Scheduler C:Tabstrip C:TileLayout labels Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Panelbar C:Scheduler C:Tabstrip C:TileLayout Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant