mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactored ScrollPanel
This commit is contained in:
parent
3535a22917
commit
9568d28035
2 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ import BaseStyle from 'primevue/base/style';
|
|||
|
||||
const classes = {
|
||||
root: 'p-scrollpanel p-component',
|
||||
wrapper: 'p-scrollpanel-wrapper',
|
||||
wrapper: 'p-scrollpanel-content-container',
|
||||
content: 'p-scrollpanel-content',
|
||||
barx: 'p-scrollpanel-bar p-scrollpanel-bar-x',
|
||||
bary: 'p-scrollpanel-bar p-scrollpanel-bar-y'
|
||||
barX: 'p-scrollpanel-bar p-scrollpanel-bar-x',
|
||||
barY: 'p-scrollpanel-bar p-scrollpanel-bar-y'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue