Skip to content

Commit ad29bcd

Browse files
committed
feat(admin-ui): fixed card
1 parent 44b2ac7 commit ad29bcd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

admin-ui/app/routes/Apps/Gluu/styles/applicationstyle.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ export default {
3030
content: '',
3131
},
3232
mainCard: {
33-
minHeight: '84vh',
33+
height: '85vh',
3434
borderRadius: 24,
3535
padding: 12,
36+
overflowY: 'auto',
3637
}
3738
}

admin-ui/app/styles/main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,11 @@ body {
299299
.MuiTableCell-head:last-of-type{
300300
border-top-right-radius: 16px;
301301
}
302+
303+
.nav-item > a.nav-link {
304+
background: transparent!important;
305+
}
306+
307+
.block-ui-overlay {
308+
border-radius: 12px;
309+
}

0 commit comments

Comments
 (0)