mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-27 02:25:58 +08:00
fix: fix overflow hidden for admin page
This commit is contained in:
@@ -18,6 +18,10 @@ body {
|
||||
}
|
||||
|
||||
.admin-home {
|
||||
overflow hidden
|
||||
position relative
|
||||
height 100vh
|
||||
|
||||
a {
|
||||
text-decoration: none
|
||||
}
|
||||
@@ -40,10 +44,11 @@ body {
|
||||
box-sizing: border-box;
|
||||
|
||||
.container {
|
||||
padding: 30px;
|
||||
padding: 15px 20px 30px 20px;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
margin-bottom 80px
|
||||
|
||||
.handle-box {
|
||||
margin-bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user