mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(user-panel-pop): panel too tall on firefox
This commit is contained in:
@@ -129,9 +129,9 @@ function handleClickChannel() {
|
||||
|
||||
<template>
|
||||
<div
|
||||
style="backdrop-filter: var(--bew-filter-glass-1);"
|
||||
h="[calc(100vh-100px)]" max-h-max important-overflow-y-auto
|
||||
p-4 rounded="$bew-radius" w-300px z--1 bg="$bew-elevated-alt"
|
||||
style="backdrop-filter: var(--bew-filter-glass-1); max-height: 560px;"
|
||||
w-300px h="[calc(100vh-100px)]" important-overflow-y-auto
|
||||
p-4 rounded="$bew-radius" z--1 bg="$bew-elevated-alt"
|
||||
border="1 $bew-border-color"
|
||||
shadow="[var(--bew-shadow-3),var(--bew-shadow-edge-glow-1)]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user