mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-07 23:38:48 +01:00
Merge pull request #1052 from h3poteto/fix/design/scroll
Fix scrollbar design for preferences and settings
This commit is contained in:
commit
6e1456b48d
@ -74,6 +74,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
#preferences {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
|
@ -18,7 +18,8 @@
|
||||
class="setting-menu"
|
||||
:text-color="primaryColor"
|
||||
:background-color="backgroundColor"
|
||||
:router="true">
|
||||
:router="true"
|
||||
>
|
||||
<el-menu-item :index="`/${id()}/settings/general`">
|
||||
<icon name="cog" class="icon" scale="1.3"></icon>
|
||||
<span>{{ $t('settings.general.title') }}</span>
|
||||
@ -68,6 +69,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
#settings {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user